remove wasm
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #dddddd
|
||||
background-color: #dddddd;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
|
||||
@@ -32,9 +33,6 @@
|
||||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
|
||||
<link rel="stylesheet" type="text/css" href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" />
|
||||
<% } %>
|
||||
<script>
|
||||
window.wasm_flate_bg_path = "https://cdn.jsdelivr.net/npm/wasm-flate@1.0.2-browser/wasm_flate_bg.wasm"
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body><noscript><strong>Please enable JavaScript to continue.</strong></noscript>
|
||||
|
||||
Reference in New Issue
Block a user