最近在学习React ES6的写法,遇到一个问题。src/helloworld.jsindex.html我用babel cli将helloworld.js转码后载入index.html。但是报错 require is not defined。我看了下babel将src中的import转成了require。这么说难道我还要在index.html中载入require.js吗?.babelrc{ "presets": [ "es2015", "react" ], "plugins": [] }
添加回答
举报
0/150
提交
取消