ERROR in Entry module not found:

2017-03-13  本文已影响255人  梁同桌

  //babel 的配置, ES6 与React
  module: {
    loaders: [
      {
        test: /\.js$/,
        exclude: /node_modules/,
        loader: 'babel-loader', //修改这里, 原来写的是babel。 
        query: {
          presets: ['es2015','react']
        }
      }
    ]
  }

个人博客: www.liangtongzhuo.com

上一篇 下一篇

猜你喜欢

热点阅读