Skip to content

Webpack 2. Removed support for url.dataUrlLimit configuration option

Choose a tag to compare

@bhovhannes bhovhannes released this 31 Jan 09:18
· 1195 commits to main since this release
  1. Moved tests to webpack 2
  2. (breaking) Loader does not take into account url.dataUrlLimit configuration option (in any case, in webpack 2 you cannot specify it). If one wants to specify limit, he should do that by providing limit option to the loader.
  3. Travis now tests on Node 4 and 6. We no longer test under Node 0.12.