4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-04-05 06:17:43 +08:00
vue-antd-admin/vue.config.js

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"];
}
}