Skip to content

v3.0.2

Choose a tag to compare

@vandy vandy released this 30 Sep 19:01
· 7 commits to master since this release

Bugfixes

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