mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Changed libraryTarget to "umd" + rebuild 🚀
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user