We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56286f commit 9ba1e07Copy full SHA for 9ba1e07
README.md
@@ -211,11 +211,15 @@ yarn run new
211
212
## 已知问题
213
214
-- [x] If you got error about node-sass or sass-loader
+#### 安装 node-sass 失败?
215
216
-本项目已经移除 node-sass,使用 dart-sass(即 sass)
+推荐使用淘宝镜像, 本项目已经移除 node-sass, 使用 dart-sass(即 sass)
217
218
-- IE
+#### IE
219
220
-* Support IE9+ (not support flex, please note)
221
-* Axios not support IE9, you can replace it with other ajax libraby.
+- 支持 IE9+
+- [axios browser support](https://github.com/axios/axios#browser-support)
222
+
223
+#### 关于 windows 平台下 warning Delete `␍` prettier/prettier(eslint 配置的一些问题)
224
225
+- [x] [solution](https://github.com/BiYuqi/webpack-seed/issues/40)
0 commit comments