1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-07 18:39:47 +08:00
vue-element-admin/webpack.config.js
2019-03-07 15:23:19 +08:00

13 lines
281 B
JavaScript

/**
* 不是真实的 webpack 配置,仅为兼容 webstorm 和 intellij idea 代码跳转
* ref: https://github.com/umijs/umi/issues/1109#issuecomment-423380125
*/
module.exports = {
resolve: {
alias: {
"@": require("path").resolve(__dirname, "src")
}
}
};