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:
@@ -5,6 +5,6 @@ const base = require('./webpack.base.config')
|
||||
|
||||
module.exports = merge(base, {
|
||||
output: {
|
||||
filename: 'client.index.js'
|
||||
filename: 'index.js'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user