npm-pipeline-rails icon indicating copy to clipboard operation
npm-pipeline-rails copied to clipboard

issue with generated webpack.config.js file using `./bin/rails generate npm_pipeline:webpack`

Open Ianphorsman opened this issue 7 years ago • 0 comments

line 44: loaders: [ 'babel-loader' ] causes error, so changed to

loader: 'babel-loader'

Ianphorsman avatar Jan 13 '18 00:01 Ianphorsman