Skip to content

Commit

Permalink
type=module
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Nov 17, 2024
1 parent bb131f9 commit ef1b23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bsnext_input/src/playground.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ fn playground_wrap() -> InjectOpts {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<title>Browsersync Live - Playground</title>
<link rel="stylesheet" href="/__bslive_playground.css">
</head>
<body>
"#;
let append = r#"
<script src="/__bslive_playground.js"></script>
<script src="/__bslive_playground.js" type="module"></script>
</body>
</html>
"#;
Expand Down

0 comments on commit ef1b23c

Please sign in to comment.