fix frontblocklib

This commit is contained in:
peter
2019-08-20 21:52:21 +02:00
parent 79b950d668
commit 7f7f15be03
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
minimize: false minimize: false
}, },
mode: 'production', mode: 'production',
target: "umd", target: "web",
entry: path.resolve(__dirname, '../../dist/FrontblockLib.js'), entry: path.resolve(__dirname, '../../dist/FrontblockLib.js'),
output: { output: {