Commit d3265f5d authored by 周远喜's avatar 周远喜

ok

parent 4123302d
...@@ -55,13 +55,29 @@ export default { ...@@ -55,13 +55,29 @@ export default {
/* /*
** You can extend webpack config here ** You can extend webpack config here
*/ */
loaders: { // loaders: {
less: { // less: {
javascriptEnabled: true // javascriptEnabled: true
} // }
}, // },
vendor: ['vue-i18n'], vendor: ['vue-i18n'],
extend (config, ctx) { extend (config, ctx) {
} }
},
loaders:{
less:{
javascriptEnabled:true
}
},
extend (config, ctx) {
config.resolve.alias['_c']=path.resolve(__dirname, 'components')
// config.module.rules.push({
// enforce:'pre',
// test: /\.vue$/,
// loader: 'iview-loader',
// options: {
// prefix: false
// }
//});
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment