full migration to webpack + multi-file structure

This commit is contained in:
Seth Burkart
2023-08-13 17:38:48 +10:00
parent c7924d8ed2
commit 08ce9c2525
5 changed files with 75 additions and 98 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode production --watch"
"dev": "webpack --mode development --watch"
},
"keywords": [],
"author": "",