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
View File
@@ -7,6 +7,7 @@ module.exports = {
maxEntrypointSize: 512000,
maxAssetSize: 512000
},
devtool: 'cheap-module-source-map',
entry: {
'SEQTA': './src/SEQTA.js',
'background': './src/background.js',