Closed beautycss closed 6 years ago
@beautycss 这个好像是 eslint 的错误,可以关掉eslint 试试:
loaders:{
eslint: false
}
如果OK,再回过头来修复 eslint试试
我也遇到同样的问题,我的是加载css报的错。 我尝试关闭eslint 还是报同样的错
这事 我加 mobx 时候也是 找了很久 加了
transform-class-properties
transform-decorators-legacy 好像可以 babel 这鬼东西 真头大
{ "presets": [ "react-latest", ["env", { "modules": false }] ], "plugins": [ "transform-decorators-legacy", "react-hot-loader/babel", "transform-object-assign", "syntax-dynamic-import", "transform-object-rest-spread", "transform-class-properties", ["import", { libraryName: "antd", style: "css" }] ], "comments": false }
该工程骨架目前使用都正常,但是发现拷antd pro的示例模块过来报错,例如:
问题:
尝试了安装
babel-preset-stage-0
或babel-preset-es2017
,然后在.babelrc
里的presets
添加stage-0
或es2017
,这样也不行,重启webpack进行编译依然报错。