lib/install/config/loaders/core/erb.js in webpacker-1.1 vs lib/install/config/loaders/core/erb.js in webpacker-1.2
- old
+ new
@@ -2,8 +2,8 @@
test: /\.erb$/,
enforce: 'pre',
exclude: /node_modules/,
loader: 'rails-erb-loader',
options: {
- runner: 'DISABLE_SPRING=1 bin/rails runner'
+ runner: 'bin/rails runner'
}
}