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: {
|
output: {
|
||||||
path: path.resolve(__dirname, '../dist'),
|
path: path.resolve(__dirname, '../dist'),
|
||||||
publicPath: '/dist/',
|
publicPath: '/dist/',
|
||||||
filename: 'index.js',
|
|
||||||
library:'VueJsModal',
|
library:'VueJsModal',
|
||||||
libraryTarget: 'commonjs2'
|
libraryTarget: 'commonjs2'
|
||||||
},
|
},
|
||||||
@@ -36,6 +35,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
devtool: '#source-map',
|
devtool: '#source-map',
|
||||||
plugins: [
|
plugins: [
|
||||||
new UglifyJSPlugin()
|
// new UglifyJSPlugin()
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ const base = require('./webpack.base.config')
|
|||||||
|
|
||||||
module.exports = merge(base, {
|
module.exports = merge(base, {
|
||||||
output: {
|
output: {
|
||||||
filename: 'client.index.js'
|
filename: 'index.js'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"description": "Modal Component for Vue.js",
|
"description": "Modal Component for Vue.js",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"author": "euvl <yev.vlasenko@gmail.com>",
|
"author": "euvl <yev.vlasenko@gmail.com>",
|
||||||
"main": "dist/client.index.js",
|
"main": "dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/euvl/vue-js-modal.git"
|
"url": "https://github.com/euvl/vue-js-modal.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user