ERROR in Entry module not found Error Can't resolve 'babel' in ' Use

liangtongzhuo發表於2017-12-14

  //babel 的配置, ES6 與React
  module: {
    loaders: [
      {
        test: /\.js$/,
        exclude: /node_modules/,
        loader: 'babel-loader', //修改這裡, 原來寫的是babel。 
        query: {
          presets: ['es2015','react']
        }
      }
    ]
  }
複製程式碼

個人部落格: www.liangtongzhuo.com

相關文章