npm start 報錯
es6-webpack\node_modules\_webpack@3.12.0@webpack\lib\Template.js:20
module.exports = class Template extends Tapable {
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
TypeError: Class extends value #<Object> is not a constructor or null
? ? at Object.<anonymous> (
2020-05-03
直接在Babel · The compiler for next generation JavaScript上操作
2020-03-18
那個npm下載下來的es6-webpack文件和老師視頻里的不一樣,把那個下載下來的index.js文件改成視頻中的那樣,就可以npm start了