webpack/lib/optimize
Sean Larkin aa8d01bf8d refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot (#3636)
* refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot

* This change allows for buildin to now be part of the lint test by addition of an extra .eslintrc file which extends existing but sets es6 to false
* Turned on no-unused-vars for eslint, and then removed all warnings from turning that feature on
* Was getting notified of errors in "quote" property in eslintrc, so changed to correct value from error to 2.

* beautify

* swap invalid eslint config val
2016-12-30 09:43:49 -06:00
..
AggressiveMergingPlugin.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
AggressiveSplittingPlugin.js refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot (#3636) 2016-12-30 09:43:49 -06:00
ChunkModuleIdRangePlugin.js added experimental plugin to set custom module ids 2016-09-16 01:18:21 +02:00
CommonsChunkPlugin.js check chunk condition before moving into commons chunk 2016-12-14 13:59:47 +01:00
DedupePlugin.js removed DedupePlugin 2016-11-15 09:25:58 +01:00
EnsureChunkConditionsPlugin.js make sure module moving don't hang in circular chunk dependencies 2016-09-18 10:30:05 +02:00
FlagIncludedChunksPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
LimitChunkCountPlugin.js Merge branch 'master' into webpack-2 2015-08-09 13:32:19 +02:00
MergeDuplicateChunksPlugin.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
MinChunkSizePlugin.js Merge branch 'master' into webpack-2 2015-08-09 13:32:19 +02:00
OccurrenceOrderPlugin.js more performance improvements 2016-12-14 16:22:54 +01:00
RemoveEmptyChunksPlugin.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
RemoveParentModulesPlugin.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
UglifyJsPlugin.js Pass mangle options to ast.figure_out_scope in uglify 2016-12-16 16:19:06 -05:00