mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
12 lines
242 B
JavaScript
12 lines
242 B
JavaScript
module.exports = {
|
|
pluginOptions: {
|
|
'style-resources-loader': {
|
|
preProcessor: 'less',
|
|
patterns: []
|
|
}
|
|
},
|
|
configureWebpack: config => {
|
|
config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"];
|
|
}
|
|
}
|