使用npx create-react-app my-app
创建的应用,添加了react-router-dom
使用import()时,报错,如下,请问是怎么回事??
应该怎么配置呢
配置
项目地址:https://zhonggu.coding.net/public/react-learn/react-learn/git/files
使用npx create-react-app my-app
创建的应用,添加了react-router-dom
使用import()时,报错,如下,请问是怎么回事??
应该怎么配置呢
配置
项目地址:https://zhonggu.coding.net/public/react-learn/react-learn/git/files
原因找到了,是因为包react-scripts的版本太低了,之前使用0.9.x,升级一下,使用3.4.3; import()的方法便可以使用了;
如果是之前的0.9.x; 不知道要怎么配置才能使用import()
1 回答1.7k 阅读✓ 已解决
4 回答1.7k 阅读✓ 已解决
2 回答2.5k 阅读✓ 已解决
1 回答2.6k 阅读✓ 已解决
2 回答1.6k 阅读✓ 已解决
4 回答1.4k 阅读
1 回答1.6k 阅读✓ 已解决
既然你这个是学习的项目,不妨开源出来,方便大家帮你排查原因。