webpack-contrib / transform-loader

transform loader for webpack
MIT License
110 stars 23 forks source link

refactor: apply webpack-defaults #23

Closed joshwiens closed 6 years ago

joshwiens commented 7 years ago

Intended to be merged & released as a part of 1.0.0 on a beta dist-tag once this has been finished and properly tested.

BREAKING CHANGE:

Enforces NodeJS > 4.3 via engines Drops support for webpack < 2.x API Change: Cachable is the default in Webpack 2.x, this option has been removed.

Closes #22