1 Star 0 Fork 6

咸鱼呀/vue-pwd

forked from roc1024/vue-pwd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
fei 提交于 2018-12-21 17:22 . add
const path = require('path')
function resolve (dir) {
return path.join(__dirname, dir)
}
module.exports = {
// 修改 src 目录 为 examples 目录
pages: {
index: {
entry: 'examples/main.js',
template: 'public/index.html',
filename: 'index.html'
}
},
// 扩展 webpack 配置,使 packages 加入编译
chainWebpack: config => {
config.module
.rule('js')
.include
.add(resolve('packages'))
.end()
.use('babel')
.loader('babel-loader');
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/s-xianyu/vue-pwd.git
git@gitee.com:s-xianyu/vue-pwd.git
s-xianyu
vue-pwd
vue-pwd
master

搜索帮助