fix frontblocklib

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