Skip to content

Commit 07eb7b3

Browse files
committed
* add
1 parent 441dba9 commit 07eb7b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

webpack.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)