mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Fixed issues with file names
This commit is contained in:
@@ -9,7 +9,6 @@ module.exports = {
|
||||
output: {
|
||||
path: path.resolve(__dirname, '../dist'),
|
||||
publicPath: '/dist/',
|
||||
filename: 'index.js',
|
||||
library:'VueJsModal',
|
||||
libraryTarget: 'commonjs2'
|
||||
},
|
||||
@@ -36,6 +35,6 @@ module.exports = {
|
||||
},
|
||||
devtool: '#source-map',
|
||||
plugins: [
|
||||
new UglifyJSPlugin()
|
||||
// new UglifyJSPlugin()
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user