Upgrade to Vue CLI 3 / Webpack 4 (#22)
Fixes #19
This commit was merged in pull request #22.
This commit is contained in:
committed by
GitHub
parent
ee9326d7a5
commit
334710065c
9
src/app/vue.config.js
Normal file
9
src/app/vue.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const webpack = require('webpack')
|
||||
module.exports = {
|
||||
outputDir: '../api/MyPrayerJournal.Api/wwwroot',
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user