This commit is contained in:
Jan Prochazka
2020-06-09 20:54:14 +02:00
parent 35ef7e871a
commit 594837573e
2 changed files with 4 additions and 3 deletions

View File

@@ -11,12 +11,13 @@ var config = {
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'bundle.js',
libraryTarget: 'commonjs2',
},
optimization: {
minimize: false
minimize: false,
},
// module: {
// rules: [
// {