Gut6
Results
1
comments of
Gut6
Master. I found a fix for it. In webpack.config.js I changed it to this: ``` javascript { test: /\.js$/, loader: 'babel-loader', exclude: /node_modules/, query: { presets: ['es2015'] } } ```...