We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441dba9 commit 07eb7b3Copy full SHA for 07eb7b3
webpack.config.js
@@ -0,0 +1,9 @@
1
+// 该文件本身没用
2
+// 只是利用 webstorm 对 webpack 的支持
3
+// hack 出对 babel-plugin-root-import 的支持
4
+// 参考=> https://www.jetbrains.com/help/webstorm/using-webpack.html
5
+
6
+const path = require('path')
7
+module.exports = {
8
9
+}
0 commit comments