1 Star 0 Fork 7

hbiao68/vue-router-tab

forked from bhuh12/vue-router-tab 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
// 构建目标是否为库
const isBuildLib =
(process.env.npm_lifecycle_script || '').indexOf('--target lib') > 0
module.exports = {
publicPath: '', // 相对路径
outputDir: isBuildLib ? 'dist/lib' : 'dist/docs/demo',
// webpack 链式配置
chainWebpack: config => {
// 移除 prefetch 插件
config.plugins.delete('prefetch')
},
css: {
loaderOptions: {
sass: {
// scss公共变量
prependData: isBuildLib
? undefined
: `@use "src/assets/scss/variables.scss" as *;`
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hbiao68/vue-router-tab.git
git@gitee.com:hbiao68/vue-router-tab.git
hbiao68
vue-router-tab
vue-router-tab
main

搜索帮助