add webpack dev mode

This commit is contained in:
Seth Burkart
2023-08-13 14:40:29 +10:00
parent f285beaa44
commit 80857171b6
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -2,6 +2,11 @@ const path = require('path');
const CopyWebpackPlugin = require('copy-webpack-plugin');
module.exports = {
performance: {
hints: false,
maxEntrypointSize: 512000,
maxAssetSize: 512000
},
entry: {
'SEQTA': './src/SEQTA.js',
'background': './src/background.js',