Skip to content

Releases: vandy/webpack-babel-external-helpers-2

v4.0.0

21 Jun 15:01
Compare
Choose a tag to compare

Webpack 4.x support.

v3.1.0

05 Jun 10:25
Compare
Choose a tag to compare

Bugfixes

  • Webpack is throwing error in Stats.js.

v3.0.2

30 Sep 19:01
Compare
Choose a tag to compare

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}]]
}

v2.0.2

30 Sep 19:33
Compare
Choose a tag to compare

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}]]
}

v3.0.1

29 Sep 00:01
Compare
Choose a tag to compare

Minor changes in package dependencies.

v3.0.0

28 Sep 09:41
Compare
Choose a tag to compare

Webpack 3.x support.

v2.0.0

27 Sep 15:55
Compare
Choose a tag to compare

Webpack 2.x support.

v1.1.2

05 Sep 08:35
Compare
Choose a tag to compare

Webpack 1.x support.