Skip to content

v2.0.2

Choose a tag to compare

@vandy vandy released this 30 Sep 19:33
· 16 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}]]
}