-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Labels
Description
TLDR:
See Readme notes for alternatives to this repo:
Also see - #343 as of Create React App 2.1.2 (there's a breaking issue) versions prior not using the utility functions from this repo still worked.
Opening this to discuss work to be done in a 2.0 release.
One thing I would like thoughts on dropping support for older versions of Webpack.
i.e. this part of code
// Older versions of webpack have `plugins` on `loader.query` instead of `loader.options`.
const options = loader.options || loader.query;
options.plugins = [pluginName].concat(options.plugins || []);
return config;
LucaMele, MortezaT, leMaik, dashed, archangel-irk and 11 more