initial commit
This commit is contained in:
12
frontend/vue.config.js
Normal file
12
frontend/vue.config.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
|
||||
pluginOptions: {
|
||||
'style-resources-loader': {
|
||||
preProcessor: 'stylus',
|
||||
patterns: []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user