This commit is contained in:
peter
2019-08-03 22:40:15 +02:00
parent 3c0db6dca9
commit 6601b4bf2f
14 changed files with 188 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const path = require('path');
mode: 'production',
entry: path.resolve(__dirname, '../../lib/FrontblockLib.js'),
output: {
path: path.resolve(__dirname, '../../../static'),
path: path.resolve(__dirname, '../../static'),
filename: 'FrontblockLib.js',
},
module: {