Commit ce48aac7 authored by sixiaofeng's avatar sixiaofeng

vue-config outputDir修改

parent 269ad24b
module.exports = { module.exports = {
// ...other vue-cli plugin options... // ...other vue-cli plugin options...
outputDir: 'kor',
css: { css: {
loaderOptions: { loaderOptions: {
less: { less: {
javascriptEnabled: true, // 加载LESS 需要把JS设置一下 javascriptEnabled: true, // 加载LESS 需要把JS设置一下
// lessOptions: {
// modifyVars: {
// // 直接覆盖变量
// // 'blue': '#111',
// // 'border-color': '#eee',
// // 或者可以通过 less 文件覆盖(文件路径为绝对路径)
// hack: `true; @import "/src/style.less";`,
// },
// }
} }
} }
}, },
......
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