This commit is contained in:
peter
2019-08-03 21:28:52 +02:00
parent dc4764ade9
commit 494fab5324
4 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const path = require('path');
const FrontblockLib = {
mode: 'production',
entry: path.resolve(__dirname, '../../../lib/FrontblockLib.js'),
entry: path.resolve(__dirname, '../../lib/FrontblockLib.js'),
output: {
path: path.resolve(__dirname, '../../../static'),
filename: 'FrontblockLib.js',