From 1a447a25962a903f0f243eb463d46f0737018f42 Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 4 Apr 2019 13:39:29 +0800 Subject: [PATCH] add to wiki --- webpack.config.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 webpack.config.js diff --git a/webpack.config.js b/webpack.config.js deleted file mode 100644 index 782f1ada..00000000 --- a/webpack.config.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * 不是真实的 webpack 配置,仅为兼容 webstorm 和 intellij idea 代码跳转 - * ref: https://github.com/umijs/umi/issues/1109#issuecomment-423380125 - */ - -module.exports = { - resolve: { - alias: { - "@": require("path").resolve(__dirname, "src") - } - } -};