fix frontblocklib

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