Skip to content
Snippets Groups Projects
Commit 9479b49b authored by Millicent Billette's avatar Millicent Billette
Browse files

FIX: better compatibility.

parent adcafef9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"main": "public/index.html",
"scripts": {
"postinstall": "node build.js",
"build":"rollup public/worker.js --format iife --file public/generated.worker.js",
"build":"rollup public/worker.js --format iife --file public/generated.worker.js && rollup public/main.js --format iife --file public/generated.main.js",
"test": "echo open public/test.html in your browser"
},
"repository": {
......
......@@ -86,6 +86,6 @@ space::[ _-.]{0,1}
</style>
</a>
</footer>
<script type="module" src="main.js"></script>
<script type="module" src="generated.main.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment