v2.0.2
Bugfixes
- Webpack configuration is broken when
babel-loaderoptions is an object and presets or plugins are specified with options.
loader: 'babel-loader',
options: {
presets: [['env', {debug: true}]]
}babel-loader options is an object and presets or plugins are specified with options.loader: 'babel-loader',
options: {
presets: [['env', {debug: true}]]
}