1 Star 1 Fork 2

mokesun / H5 Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
mokesun 提交于 2021-11-01 23:08 . first commit
/**
* 不是真实的 webpack 配置,仅为兼容 webstorm 和 intellij idea 代码跳转
* ref: https://github.com/umijs/umi/issues/1109#issuecomment-423380125
*/
const path = require('path');
module.exports = {
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
},
},
};
1
https://gitee.com/mokesun/h5-editor.git
git@gitee.com:mokesun/h5-editor.git
mokesun
h5-editor
H5 Editor
master

搜索帮助