Changed libraryTarget to "umd" + rebuild 🚀

This commit is contained in:
euvl
2017-06-22 15:54:52 +01:00
parent 787de3b205
commit f371235d03
4 changed files with 29 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, '../dist'),
publicPath: '/dist/',
library:'VueJsModal',
libraryTarget: 'commonjs2'
library:'vue-js-modal',
libraryTarget: 'umd'
},
module: {
rules: [