mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2025-12-22 09:27:53 +00:00
15 lines
229 B
JavaScript
15 lines
229 B
JavaScript
module.exports = {
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
],
|
|
pluginOptions: {
|
|
'style-resources-loader': {
|
|
preProcessor: 'scss',
|
|
patterns: []
|
|
}
|
|
},
|
|
configureWebpack: {
|
|
devtool: 'source-map'
|
|
}
|
|
};
|