fix frontblocklib

This commit is contained in:
peter
2019-08-20 21:57:45 +02:00
parent 7f7f15be03
commit 5d69635cbe
-1
View File
@@ -11,6 +11,5 @@ module.exports = {
output: { output: {
path: path.resolve(__dirname, '../../dist'), path: path.resolve(__dirname, '../../dist'),
filename: 'FrontblockLib.js', filename: 'FrontblockLib.js',
libraryTarget: 'commonjs',
} }
} }