最近在學(xué)習(xí)React ES6的寫法,遇到一個問題。src/helloworld.jsindex.html我用babel cli將helloworld.js轉(zhuǎn)碼后載入index.html。但是報錯 require is not defined。我看了下babel將src中的import轉(zhuǎn)成了require。這么說難道我還要在index.html中載入require.js嗎?.babelrc{ "presets": [ "es2015", "react" ], "plugins": [] }
ES6 import
溫溫醬
2018-08-03 14:14:28