diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f17833d147..f69a63d87b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,187 @@
+
+
+# 3.3.3 (2019-06-07)
+
+[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.2...v3.3.3)
+
+## New Features
+
+- chore: Added type definitions for the data returned by envinfo ([#921](https://github.com/webpack/webpack-cli/pull/921))
+- add htmlWebpackPlugin in development ([88fcfa8](https://github.com/webpack/webpack-cli/commit/88fcfa8))
+- add mergeHandler ([248b9cc](https://github.com/webpack/webpack-cli/commit/248b9cc))
+- generators: add generated file templates ([6be9291](https://github.com/webpack/webpack-cli/commit/6be9291))
+- init: generate README ([c090b17](https://github.com/webpack/webpack-cli/commit/c090b17))
+- init: generate tsconfig ([25ab7e6](https://github.com/webpack/webpack-cli/commit/25ab7e6))
+- init: support ts in configuration ([283e089](https://github.com/webpack/webpack-cli/commit/283e089))
+- init: wip typescript support ([093a36d](https://github.com/webpack/webpack-cli/commit/093a36d))
+- md: formats md before committing ([#851](https://github.com/webpack/webpack-cli/pull/851))
+- webpack-scaffold: adds Input defaults, doc & tests ([0a648f7](https://github.com/webpack/webpack-cli/commit/0a648f7))
+
+## Chore
+
+- monorepo version update ([69f7683](https://github.com/webpack/webpack-cli/commit/69f7683))
+- update jest snapshots ([efe8c2a](https://github.com/webpack/webpack-cli/commit/efe8c2a))
+- monorepo version update ([12a38be](https://github.com/webpack/webpack-cli/commit/12a38be))
+- lockfile updates ([2608179](https://github.com/webpack/webpack-cli/commit/2608179))
+- v.3.2.2 until mnorepo versioning ([25c6e7b](https://github.com/webpack/webpack-cli/commit/25c6e7b))
+- update utils version for init pkg ([67b3dc7](https://github.com/webpack/webpack-cli/commit/67b3dc7))
+- monorepo version update ([ace0d4a](https://github.com/webpack/webpack-cli/commit/ace0d4a))
+- lerna independent ([16079a1](https://github.com/webpack/webpack-cli/commit/16079a1))
+- sec fixes ([b9711e8](https://github.com/webpack/webpack-cli/commit/b9711e8))
+- sec patch monorepo ([9b78911](https://github.com/webpack/webpack-cli/commit/9b78911))
+- v.3.3.3 ([d577b0c](https://github.com/webpack/webpack-cli/commit/d577b0c))
+- ast-utils: undo return statements as per review ([418c72c](https://github.com/webpack/webpack-cli/commit/418c72c))
+- dep: commit lock ([5a28a77](https://github.com/webpack/webpack-cli/commit/5a28a77))
+- dep: add eslint-plugin-prettier as dev dep ([98ccd6f](https://github.com/webpack/webpack-cli/commit/98ccd6f))
+- eslint: add eslint-prettier plugin ([671abd5](https://github.com/webpack/webpack-cli/commit/671abd5))
+- interfaces: minor modifications based on reviews ([abb1a48](https://github.com/webpack/webpack-cli/commit/abb1a48))
+- lint: rm unused lint disables ([ae4260a](https://github.com/webpack/webpack-cli/commit/ae4260a))
+- group imports ([7fe04e9](https://github.com/webpack/webpack-cli/commit/7fe04e9))
+- lint: fix code as per conflicting config ([5bf847c](https://github.com/webpack/webpack-cli/commit/5bf847c))
+- reorder imports ([0e0ba8a](https://github.com/webpack/webpack-cli/commit/0e0ba8a))
+- reorder imports ([8a66c21](https://github.com/webpack/webpack-cli/commit/8a66c21))
+- reorder imports ([57b47c3](https://github.com/webpack/webpack-cli/commit/57b47c3))
+- add some comments ([95275ac](https://github.com/webpack/webpack-cli/commit/95275ac))
+- lint: extend prettier config ([5943f26](https://github.com/webpack/webpack-cli/commit/5943f26))
+- lint: add eslint-config-prettier ([4019049](https://github.com/webpack/webpack-cli/commit/4019049))
+- linting ([ba0116a](https://github.com/webpack/webpack-cli/commit/ba0116a))
+- revise typo ([a4597dd](https://github.com/webpack/webpack-cli/commit/a4597dd))
+- lint: format all files as per prettier plugin ([f6992e6](https://github.com/webpack/webpack-cli/commit/f6992e6))
+- remove eslint disable comments ([d72ac08](https://github.com/webpack/webpack-cli/commit/d72ac08))
+- use import instead of require ([5ee4169](https://github.com/webpack/webpack-cli/commit/5ee4169))
+- update variable name ([8e3f4ae](https://github.com/webpack/webpack-cli/commit/8e3f4ae))
+- update error message ([8609b2b](https://github.com/webpack/webpack-cli/commit/8609b2b))
+- create questions.ts ([7481974](https://github.com/webpack/webpack-cli/commit/7481974))
+- revise typo ([be88ca9](https://github.com/webpack/webpack-cli/commit/be88ca9))
+- update lockfiles ([a0216fe](https://github.com/webpack/webpack-cli/commit/a0216fe))
+- deps: update lock file ([ea55cd5](https://github.com/webpack/webpack-cli/commit/ea55cd5))
+- format: fix formatting using prettier ([0b6437e](https://github.com/webpack/webpack-cli/commit/0b6437e))
+- infra: fix typo ([98466d6](https://github.com/webpack/webpack-cli/commit/98466d6))
+- infra: format all staged files on precommit ([2a2e9a1](https://github.com/webpack/webpack-cli/commit/2a2e9a1))
+- infra: fix scripts to format files ([876471c](https://github.com/webpack/webpack-cli/commit/876471c))
+- lint: fix lint warnings ([#926](https://github.com/webpack/webpack-cli/pull/926))
+- refactored the add-generator ([80713fc](https://github.com/webpack/webpack-cli/commit/80713fc))
+- migrate: replaces console with process stream ([1df301d](https://github.com/webpack/webpack-cli/commit/1df301d))
+- refactor: use all utils from the root file in generators ([faabbfb](https://github.com/webpack/webpack-cli/commit/faabbfb))
+- utils: add valueType ([43040fe](https://github.com/webpack/webpack-cli/commit/43040fe))
+- utils: refactor util types ([e7c5170](https://github.com/webpack/webpack-cli/commit/e7c5170))
+- fix azure ([19e039f](https://github.com/webpack/webpack-cli/commit/19e039f))
+- utils: refactors modify config helper ([39be039](https://github.com/webpack/webpack-cli/commit/39be039))
+- utils: refactors ast utils ([9f35073](https://github.com/webpack/webpack-cli/commit/9f35073))
+- add types to import functions ([8b88980](https://github.com/webpack/webpack-cli/commit/8b88980))
+- refactor serve command action handler ([d2c7ae4](https://github.com/webpack/webpack-cli/commit/d2c7ae4))
+- keep lowercase ([c01a80b](https://github.com/webpack/webpack-cli/commit/c01a80b))
+- formatting ([20ff530](https://github.com/webpack/webpack-cli/commit/20ff530))
+- add errors for invalid params ([27c6198](https://github.com/webpack/webpack-cli/commit/27c6198))
+- cli: fixes linting err ([9f1deb2](https://github.com/webpack/webpack-cli/commit/9f1deb2))
+- utils: seperates interfaces from the core module ([d0a4177](https://github.com/webpack/webpack-cli/commit/d0a4177))
+- remove trivial type ([5e23da2](https://github.com/webpack/webpack-cli/commit/5e23da2))
+- create isImportPresent ([a89645a](https://github.com/webpack/webpack-cli/commit/a89645a))
+- use replaceWith ([6a7e662](https://github.com/webpack/webpack-cli/commit/6a7e662))
+- update prop name ([55d237b](https://github.com/webpack/webpack-cli/commit/55d237b))
+- update parseMerge ([b6a438d](https://github.com/webpack/webpack-cli/commit/b6a438d))
+- fix linting ([c7c1a83](https://github.com/webpack/webpack-cli/commit/c7c1a83))
+- format and revise code w.r.t style ([e9d426d](https://github.com/webpack/webpack-cli/commit/e9d426d))
+- make config const ([445ab31](https://github.com/webpack/webpack-cli/commit/445ab31))
+- update parseMerge ([cf85535](https://github.com/webpack/webpack-cli/commit/cf85535))
+- pluginarrlength for length of the plugin ([4872416](https://github.com/webpack/webpack-cli/commit/4872416))
+- made condition strict ([88eec7c](https://github.com/webpack/webpack-cli/commit/88eec7c))
+- update types of the config ([a2c49e2](https://github.com/webpack/webpack-cli/commit/a2c49e2))
+- update variable name ([1323bbf](https://github.com/webpack/webpack-cli/commit/1323bbf))
+- revise SECURITY.md ([2a9e304](https://github.com/webpack/webpack-cli/commit/2a9e304))
+- revise SECURITY.md ([9cdc357](https://github.com/webpack/webpack-cli/commit/9cdc357))
+- revise version support ([90f397c](https://github.com/webpack/webpack-cli/commit/90f397c))
+- add JSDoc descriptions ([e023d23](https://github.com/webpack/webpack-cli/commit/e023d23))
+- lint ([cb5a15f](https://github.com/webpack/webpack-cli/commit/cb5a15f))
+- lint ([0782944](https://github.com/webpack/webpack-cli/commit/0782944))
+- lint ([5778bdf](https://github.com/webpack/webpack-cli/commit/5778bdf))
+- ci: add node 12 ([#872](https://github.com/webpack/webpack-cli/pull/872))
+- cli: fixes code indentation ([ff263f9](https://github.com/webpack/webpack-cli/commit/ff263f9))
+- cli: cleanup ([ed4095f](https://github.com/webpack/webpack-cli/commit/ed4095f))
+- cli: remove findup-sync from package dir and move to utils ([fe9c289](https://github.com/webpack/webpack-cli/commit/fe9c289))
+- cli: move constants to a separate file ([#798](https://github.com/webpack/webpack-cli/pull/798))
+- plugins.ts: added if-stmt for native plugins ([fc9e259](https://github.com/webpack/webpack-cli/commit/fc9e259))
+- refactor: move questions to utils ([915c4ab](https://github.com/webpack/webpack-cli/commit/915c4ab))
+- refactor: add generator ([66bde9f](https://github.com/webpack/webpack-cli/commit/66bde9f))
+- utils: fix deprecated babylon ([99304c4](https://github.com/webpack/webpack-cli/commit/99304c4))
+- loop change ([818e43e](https://github.com/webpack/webpack-cli/commit/818e43e))
+- add sec & versioning policy ([5e33f8a](https://github.com/webpack/webpack-cli/commit/5e33f8a))
+- add-generator: changed the naming of the plugin in config file ([7fbc3a4](https://github.com/webpack/webpack-cli/commit/7fbc3a4))
+- github: add sponsor button ([88f2408](https://github.com/webpack/webpack-cli/commit/88f2408))
+- refactor: update package list ([e5c7f67](https://github.com/webpack/webpack-cli/commit/e5c7f67))
+- style: fixed the indentation ([e583aab](https://github.com/webpack/webpack-cli/commit/e583aab))
+- added a generatePluginName method in generators utils ([7d83453](https://github.com/webpack/webpack-cli/commit/7d83453))
+- refactor: move schema to utils ([2299848](https://github.com/webpack/webpack-cli/commit/2299848))
+- refactor: add generator ([d901d49](https://github.com/webpack/webpack-cli/commit/d901d49))
+- util: use relative for now ([5a0952e](https://github.com/webpack/webpack-cli/commit/5a0952e))
+- utils: use absolute path ([00a6348](https://github.com/webpack/webpack-cli/commit/00a6348))
+
+## CLI
+
+- fix watch options for array config ([#892](https://github.com/webpack/webpack-cli/pull/892))
+
+## Docs
+
+- contribute: adds section seperator ([cff0c55](https://github.com/webpack/webpack-cli/commit/cff0c55))
+- contribute: combines seperate sections for npm and yarn ([aefa8eb](https://github.com/webpack/webpack-cli/commit/aefa8eb))
+- contributing: updates the docs for the test ([7656637](https://github.com/webpack/webpack-cli/commit/7656637))
+- fix link to webpack-scaffold ([de0b4a0](https://github.com/webpack/webpack-cli/commit/de0b4a0))
+- init: improve description ([9856bab](https://github.com/webpack/webpack-cli/commit/9856bab))
+- utils: update prettier ([8b6d47b](https://github.com/webpack/webpack-cli/commit/8b6d47b))
+
+## Fix
+
+- improve checking file permission ([de41351](https://github.com/webpack/webpack-cli/commit/de41351))
+- chore: Minor fix ([6810182](https://github.com/webpack/webpack-cli/commit/6810182))
+- use fork cause original repo is unmaintained ([383125a](https://github.com/webpack/webpack-cli/commit/383125a))
+- add: apply suggestions ([ccf0dce](https://github.com/webpack/webpack-cli/commit/ccf0dce))
+- add: add handling of merge option ([eb43443](https://github.com/webpack/webpack-cli/commit/eb43443))
+- add: add handling of merge option ([ce51a0a](https://github.com/webpack/webpack-cli/commit/ce51a0a))
+- ci: fixes linting error in ci ([cfc0117](https://github.com/webpack/webpack-cli/commit/cfc0117))
+- cli: updates err message ([b5e1913](https://github.com/webpack/webpack-cli/commit/b5e1913))
+- cli: removes the comment before err handling block ([ac5a53f](https://github.com/webpack/webpack-cli/commit/ac5a53f))
+- cli: --config-register resolves relative to root ([23375bd](https://github.com/webpack/webpack-cli/commit/23375bd))
+- cli: removes func return in catch instance ([7d31321](https://github.com/webpack/webpack-cli/commit/7d31321))
+- cli: sets stack trace limit ([869024f](https://github.com/webpack/webpack-cli/commit/869024f))
+- cli: err when no args passed, refactored nested conditional blocks ([a9bc0bd](https://github.com/webpack/webpack-cli/commit/a9bc0bd))
+- cli: shows error message based on package manager ([a3ce273](https://github.com/webpack/webpack-cli/commit/a3ce273))
+- cli: error when no webpack and args found ([2250af0](https://github.com/webpack/webpack-cli/commit/2250af0))
+- generator: fixed the support of native plugins in add command ([123a150](https://github.com/webpack/webpack-cli/commit/123a150))
+- infra: fixes npm run docs ([65c08e2](https://github.com/webpack/webpack-cli/commit/65c08e2))
+- formatting files ([eb3909b](https://github.com/webpack/webpack-cli/commit/eb3909b))
+- remove type from inherited type ([960e73a](https://github.com/webpack/webpack-cli/commit/960e73a))
+- remove type from inherited type ([0552f76](https://github.com/webpack/webpack-cli/commit/0552f76))
+- change parser options ([4e8bc76](https://github.com/webpack/webpack-cli/commit/4e8bc76))
+- json module resolve ([61697b8](https://github.com/webpack/webpack-cli/commit/61697b8))
+- cli: improves error handling with args ([cc64955](https://github.com/webpack/webpack-cli/commit/cc64955))
+- generator: generate correct module.rule for babel & ts ([263b83c](https://github.com/webpack/webpack-cli/commit/263b83c))
+- generator: using configFile in configPath to get the config file name ([#883](https://github.com/webpack/webpack-cli/pull/883))
+- genrators/utils/style: typo & fix ([f46f4e5](https://github.com/webpack/webpack-cli/commit/f46f4e5))
+
+## Tests
+
+- inputvalidate: remove undefined ([fb25bd2](https://github.com/webpack/webpack-cli/commit/fb25bd2))
+
+## Misc
+
+- update internal docs ([7071b5c](https://github.com/webpack/webpack-cli/commit/7071b5c))
+- add lerna publish cmnd ([5c8c6a1](https://github.com/webpack/webpack-cli/commit/5c8c6a1))
+- generators: remove comment ([bd06a69](https://github.com/webpack/webpack-cli/commit/bd06a69))
+- generators: refactor ([376dcbd](https://github.com/webpack/webpack-cli/commit/376dcbd))
+- generators: small text improvements ([782f56c](https://github.com/webpack/webpack-cli/commit/782f56c))
+- generators: improve prompts ([ac35a31](https://github.com/webpack/webpack-cli/commit/ac35a31))
+- generators: refactor init-generator ([d574846](https://github.com/webpack/webpack-cli/commit/d574846))
+- generators: refactor utils ([17e4511](https://github.com/webpack/webpack-cli/commit/17e4511))
+- generators/utils/style: refactor ([392fcfe](https://github.com/webpack/webpack-cli/commit/392fcfe))
+- init: refactor with async/await ([1b07d2b](https://github.com/webpack/webpack-cli/commit/1b07d2b))
+- init: small refactor ([4627ea1](https://github.com/webpack/webpack-cli/commit/4627ea1))
+- init-generator: improve readme ([f971632](https://github.com/webpack/webpack-cli/commit/f971632))
+- init-generator: small refactor ([dcf44c1](https://github.com/webpack/webpack-cli/commit/dcf44c1))
+- init-generator: use webpackOption types, improve test rules ([a650e0e](https://github.com/webpack/webpack-cli/commit/a650e0e))
+- init-generator: improve types & defaults ([fb23aa4](https://github.com/webpack/webpack-cli/commit/fb23aa4))
+- packages: complete rebase ([488b06c](https://github.com/webpack/webpack-cli/commit/488b06c))
+- types: correct types ([85ef3e7](https://github.com/webpack/webpack-cli/commit/85ef3e7))
+
# 3.3.2 (2019-05-04)
diff --git a/docs/classes/_generators_add_generator_.addgenerator.html b/docs/classes/_generators_add_generator_.addgenerator.html
index 5880b4366e3..086fa2876fc 100644
--- a/docs/classes/_generators_add_generator_.addgenerator.html
+++ b/docs/classes/_generators_add_generator_.addgenerator.html
@@ -249,7 +249,7 @@
diff --git a/docs/interfaces/_info_index_.information.html b/docs/interfaces/_info_index_.information.html
index 0eaff398f6d..5ea56b59678 100644
--- a/docs/interfaces/_info_index_.information.html
+++ b/docs/interfaces/_info_index_.information.html
@@ -109,7 +109,7 @@
Binaries
Binaries: string[]
@@ -119,7 +119,7 @@
Browsers
Browsers: string[]
@@ -129,7 +129,7 @@
System
System: string[]
@@ -139,7 +139,7 @@
npmGlobalPackages
npmGlobalPackages: string[]
@@ -149,7 +149,7 @@
npmPackages
npmPackages: string | string[]
diff --git a/docs/interfaces/_init_types_index_.error.html b/docs/interfaces/_init_types_index_.error.html
index 18515d90f0f..e703a048720 100644
--- a/docs/interfaces/_init_types_index_.error.html
+++ b/docs/interfaces/_init_types_index_.error.html
@@ -98,7 +98,7 @@
Optional message
message: string
diff --git a/docs/interfaces/_init_types_transform_.configuration.html b/docs/interfaces/_init_types_transform_.configuration.html
index e6eadcd3254..13e7bd42b73 100644
--- a/docs/interfaces/_init_types_transform_.configuration.html
+++ b/docs/interfaces/_init_types_transform_.configuration.html
@@ -133,7 +133,7 @@
configName
configName: string
@@ -159,7 +159,7 @@
topScope
topScope: string[]
@@ -169,7 +169,7 @@
webpackOptions
webpackOptions: object
diff --git a/docs/interfaces/_init_types_transform_.webpackproperties.html b/docs/interfaces/_init_types_transform_.webpackproperties.html
index e6c952e2ea7..132a7b66cd9 100644
--- a/docs/interfaces/_init_types_transform_.webpackproperties.html
+++ b/docs/interfaces/_init_types_transform_.webpackproperties.html
@@ -134,7 +134,7 @@
config
config: object
@@ -155,7 +155,7 @@
configFile
configFile: string
@@ -165,7 +165,7 @@
configPath
configPath: string
@@ -191,7 +191,7 @@
webpackOptions
diff --git a/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html b/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html
index e9ca122aeee..f7fd71502e3 100644
--- a/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html
+++ b/docs/interfaces/_migrate_loaderoptionsplugin_loaderoptionsplugin_.loaderoptions.html
@@ -99,7 +99,7 @@
Optional debug
debug: boolean
@@ -109,7 +109,7 @@
Optional minimize
minimize: boolean
diff --git a/docs/interfaces/_migrate_migrate_.lazytransformobject.html b/docs/interfaces/_migrate_migrate_.lazytransformobject.html
index d1e2ed5ebc2..a1c45515942 100644
--- a/docs/interfaces/_migrate_migrate_.lazytransformobject.html
+++ b/docs/interfaces/_migrate_migrate_.lazytransformobject.html
@@ -107,7 +107,7 @@
Optional bannerPluginbannerPluginTransform: function
@@ -141,7 +141,7 @@
Optional commonsChunkcommonsChunkPluginTransform: function
@@ -175,7 +175,7 @@
Optional extractText
extractTextPluginTransform: function
@@ -209,7 +209,7 @@
Optional loaderOptionsloaderOptionsPluginTransform: function
@@ -243,7 +243,7 @@
Optional loadersTransform
loadersTransform: function
@@ -277,7 +277,7 @@
Optional noEmitOnErr
noEmitOnErrorsPluginTransform: function
@@ -311,7 +311,7 @@
Optional removeDeprecated
removeDeprecatedPluginsTransform: function
@@ -345,7 +345,7 @@
Optional removeJsonL
removeJsonLoaderTransform: function
@@ -379,7 +379,7 @@
Optional resolveTransform
resolveTransform: function
@@ -413,7 +413,7 @@
Optional uglifyJsPluginuglifyJsPluginTransform: function
diff --git a/docs/interfaces/_migrate_migrate_.transformsobject.html b/docs/interfaces/_migrate_migrate_.transformsobject.html
index 5334b7009fa..5fcdea290e2 100644
--- a/docs/interfaces/_migrate_migrate_.transformsobject.html
+++ b/docs/interfaces/_migrate_migrate_.transformsobject.html
@@ -107,7 +107,7 @@
bannerPluginTransform
bannerPluginTransform: object
@@ -117,7 +117,7 @@
Optional commonsChunkcommonsChunkPluginTransform: object
@@ -127,7 +127,7 @@ extractTextPluginTransform
extractTextPluginTransform: object
@@ -137,7 +137,7 @@ loaderOptionsPluginTransform
loaderOptionsPluginTransform: object
@@ -147,7 +147,7 @@ loadersTransform
loadersTransform: object
@@ -157,7 +157,7 @@ noEmitOnErrorsPluginTransform
noEmitOnErrorsPluginTransform: object
@@ -167,7 +167,7 @@ removeDeprecatedPluginsTransform
removeDeprecatedPluginsTransform: object
@@ -177,7 +177,7 @@ removeJsonLoaderTransform
removeJsonLoaderTransform: object
@@ -187,7 +187,7 @@ resolveTransform
resolveTransform: object
@@ -197,7 +197,7 @@ uglifyJsPluginTransform
uglifyJsPluginTransform: object
diff --git a/docs/interfaces/_migrate_types_nodepath_.expressionobject.html b/docs/interfaces/_migrate_types_nodepath_.expressionobject.html
index 142b8bfd292..9f8156e9836 100644
--- a/docs/interfaces/_migrate_types_nodepath_.expressionobject.html
+++ b/docs/interfaces/_migrate_types_nodepath_.expressionobject.html
@@ -98,7 +98,7 @@ Optional name
name: string
diff --git a/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html b/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html
index f2de4c2fd0d..b45ab2b994a 100644
--- a/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html
+++ b/docs/interfaces/_migrate_types_nodepath_.jscodeshift.html
@@ -91,7 +91,7 @@ Callable
Parameters
@@ -164,7 +164,7 @@
@@ -259,7 +259,7 @@ Optional ObjectExpression
@@ -269,7 +269,7 @@ Optional Program
@@ -279,7 +279,7 @@ Optional Property
@@ -289,7 +289,7 @@ Optional VariableDeclarat
@@ -299,7 +299,7 @@ Optional arrayExpression<
arrayExpression: function
@@ -330,7 +330,7 @@
Optional booleanLiteral
booleanLiteral: function
@@ -361,7 +361,7 @@
Optional callExpression
callExpression: function
@@ -411,7 +411,7 @@
Optional filters
filters: object
@@ -434,7 +434,7 @@
Optional identifier
identifier: function
@@ -465,7 +465,7 @@
Optional literal
literal: function
@@ -496,7 +496,7 @@
Optional memberExpression
memberExpression: function
@@ -533,7 +533,7 @@
Optional newExpressionnewExpression: function
@@ -567,7 +567,7 @@
Optional objectExpression
objectExpression: function
@@ -598,7 +598,7 @@
Optional objectProperty
objectProperty: function
@@ -632,7 +632,7 @@
Optional program
program: function
@@ -663,7 +663,7 @@
Optional property
property: function
@@ -700,7 +700,7 @@
Optional variableDeclarat
variableDeclaration: function
@@ -734,7 +734,7 @@
Optional variableDeclarat
variableDeclarator: function
@@ -768,7 +768,7 @@
Optional withParser
withParser: function
diff --git a/docs/interfaces/_migrate_types_nodepath_.modulerule.html b/docs/interfaces/_migrate_types_nodepath_.modulerule.html
index 63792dcf0c8..c472e7e8a1f 100644
--- a/docs/interfaces/_migrate_types_nodepath_.modulerule.html
+++ b/docs/interfaces/_migrate_types_nodepath_.modulerule.html
@@ -98,7 +98,7 @@
Optional loader
loader: string
diff --git a/docs/interfaces/_migrate_types_nodepath_.node.html b/docs/interfaces/_migrate_types_nodepath_.node.html
index 2f495f133cc..509b3da117e 100644
--- a/docs/interfaces/_migrate_types_nodepath_.node.html
+++ b/docs/interfaces/_migrate_types_nodepath_.node.html
@@ -160,7 +160,7 @@
Optional __paths
@@ -170,7 +170,7 @@
Optional arguments
@@ -180,7 +180,7 @@
Optional ast
@@ -190,7 +190,7 @@
Optional body
@@ -216,7 +216,7 @@
Optional declarations
@@ -226,7 +226,7 @@
Optional elements
@@ -236,7 +236,7 @@
Optional expression
expression: object
@@ -280,7 +280,7 @@
Optional filter
filter: function
@@ -329,7 +329,7 @@
Optional find
find: function
@@ -363,7 +363,7 @@
Optional forEach
forEach: function
@@ -412,7 +412,7 @@
Optional get
get: function
@@ -443,7 +443,7 @@
Optional id
id: object
@@ -461,7 +461,7 @@
Optional key
key: object
@@ -482,7 +482,7 @@
Optional name
name: string
@@ -492,7 +492,7 @@
Optional node
@@ -502,7 +502,7 @@
Optional nodes
nodes: function
@@ -527,7 +527,7 @@
Optional object
object: object
@@ -537,7 +537,7 @@
Optional parent
@@ -547,7 +547,7 @@
Optional pop
pop: function
@@ -572,7 +572,7 @@
Optional properties
@@ -582,7 +582,7 @@
Optional property
@@ -592,7 +592,7 @@
Optional prune
prune: Function
@@ -602,7 +602,7 @@
Optional remove
remove: function
@@ -627,7 +627,7 @@
Optional replaceWith
replaceWith: function
@@ -658,7 +658,7 @@
Optional rules
@@ -668,7 +668,7 @@
Optional size
size: function
@@ -693,7 +693,7 @@
Optional source
source: string
@@ -703,7 +703,7 @@
Optional toSource
toSource: function
@@ -739,7 +739,7 @@
Optional type
type: string
@@ -749,7 +749,7 @@
Optional value
diff --git a/docs/interfaces/_serve_index_.configtype.html b/docs/interfaces/_serve_index_.configtype.html
index 67dba11e85e..65c97f0589d 100644
--- a/docs/interfaces/_serve_index_.configtype.html
+++ b/docs/interfaces/_serve_index_.configtype.html
@@ -115,7 +115,7 @@
dependency
dependency: string
@@ -125,7 +125,7 @@
devDependency
devDependency: string
@@ -135,7 +135,7 @@
installCmd
installCmd: string
@@ -145,7 +145,7 @@
optionalDependency
optionalDependency: string
diff --git a/docs/interfaces/_utils_definetest_.module.html b/docs/interfaces/_utils_definetest_.module.html
index 83be0620c74..c1c52c0ae52 100644
--- a/docs/interfaces/_utils_definetest_.module.html
+++ b/docs/interfaces/_utils_definetest_.module.html
@@ -86,7 +86,7 @@
Callable
Parameters
@@ -133,7 +133,7 @@ default
@@ -143,7 +143,7 @@ parser
parser: string
diff --git a/docs/interfaces/_utils_modify_config_helper_.config.html b/docs/interfaces/_utils_modify_config_helper_.config.html
index 68ca37c43c5..5026c97f98a 100644
--- a/docs/interfaces/_utils_modify_config_helper_.config.html
+++ b/docs/interfaces/_utils_modify_config_helper_.config.html
@@ -135,7 +135,7 @@ Optional configName
configName: string
@@ -161,7 +161,7 @@ Optional item
item: object
@@ -179,7 +179,7 @@
merge
merge: string | string[]
@@ -189,7 +189,7 @@
Optional topScope
topScope: string[]
@@ -199,7 +199,7 @@
webpackOptions
webpackOptions: object
diff --git a/docs/interfaces/_utils_modify_config_helper_.transformconfig.html b/docs/interfaces/_utils_modify_config_helper_.transformconfig.html
index 8010a2eb5c9..07c4bc3d207 100644
--- a/docs/interfaces/_utils_modify_config_helper_.transformconfig.html
+++ b/docs/interfaces/_utils_modify_config_helper_.transformconfig.html
@@ -133,7 +133,7 @@
Optional config
@@ -143,7 +143,7 @@
Optional configFile
configFile: string
@@ -153,7 +153,7 @@
Optional configPath
configPath: string
diff --git a/docs/interfaces/_utils_package_manager_.spawnfunctions.html b/docs/interfaces/_utils_package_manager_.spawnfunctions.html
index a1f0455f19d..08f13dcb158 100644
--- a/docs/interfaces/_utils_package_manager_.spawnfunctions.html
+++ b/docs/interfaces/_utils_package_manager_.spawnfunctions.html
@@ -99,7 +99,7 @@
npm
npm: function
@@ -133,7 +133,7 @@
yarn
yarn: function
diff --git a/docs/interfaces/_utils_resolve_packages_.childprocess.html b/docs/interfaces/_utils_resolve_packages_.childprocess.html
index dc4b0d2a404..d951fcc86e7 100644
--- a/docs/interfaces/_utils_resolve_packages_.childprocess.html
+++ b/docs/interfaces/_utils_resolve_packages_.childprocess.html
@@ -98,7 +98,7 @@
status
status: number
diff --git a/docs/interfaces/_utils_types_config_.config.html b/docs/interfaces/_utils_types_config_.config.html
index d3d4abc0e5f..116e5698288 100644
--- a/docs/interfaces/_utils_types_config_.config.html
+++ b/docs/interfaces/_utils_types_config_.config.html
@@ -135,7 +135,7 @@
Optional configName
configName: string
@@ -161,7 +161,7 @@
Optional item
item: object
@@ -179,7 +179,7 @@
merge
merge: string | string[]
@@ -189,7 +189,7 @@
Optional topScope
topScope: string[]
@@ -199,7 +199,7 @@
webpackOptions
webpackOptions: object
diff --git a/docs/interfaces/_utils_types_config_.transformconfig.html b/docs/interfaces/_utils_types_config_.transformconfig.html
index fb6a8e88763..09eea9d3655 100644
--- a/docs/interfaces/_utils_types_config_.transformconfig.html
+++ b/docs/interfaces/_utils_types_config_.transformconfig.html
@@ -133,7 +133,7 @@
Optional config
@@ -143,7 +143,7 @@
Optional configFile
configFile: string
@@ -153,7 +153,7 @@
Optional configPath
configPath: string
diff --git a/docs/interfaces/_utils_types_error_.error.html b/docs/interfaces/_utils_types_error_.error.html
index 9ac2ded019a..c1ae464ef80 100644
--- a/docs/interfaces/_utils_types_error_.error.html
+++ b/docs/interfaces/_utils_types_error_.error.html
@@ -99,7 +99,7 @@
message
message: string
@@ -109,7 +109,7 @@
Optional stack
stack: string
diff --git a/docs/interfaces/_utils_types_nodepath_.expressionobject.html b/docs/interfaces/_utils_types_nodepath_.expressionobject.html
index 4dd849593db..a8369eb11fe 100644
--- a/docs/interfaces/_utils_types_nodepath_.expressionobject.html
+++ b/docs/interfaces/_utils_types_nodepath_.expressionobject.html
@@ -98,7 +98,7 @@
Optional name
name: string
diff --git a/docs/interfaces/_utils_types_nodepath_.jscodeshift.html b/docs/interfaces/_utils_types_nodepath_.jscodeshift.html
index 987867d9610..71aad4c19cb 100644
--- a/docs/interfaces/_utils_types_nodepath_.jscodeshift.html
+++ b/docs/interfaces/_utils_types_nodepath_.jscodeshift.html
@@ -91,7 +91,7 @@
Callable
Parameters
@@ -164,7 +164,7 @@ Optional ArrayExpression<
@@ -174,7 +174,7 @@ Optional BlockStatement
@@ -184,7 +184,7 @@ Optional CallExpression
@@ -194,7 +194,7 @@ Optional FunctionExpressi
@@ -204,7 +204,7 @@ Optional Identifier
@@ -214,7 +214,7 @@ Optional Literal
@@ -224,7 +224,7 @@ Optional MemberExpression
@@ -234,7 +234,7 @@ Optional NewExpressionNewExpression: ExpressionObject
@@ -259,7 +259,7 @@
Optional ObjectExpression
@@ -269,7 +269,7 @@ Optional Program
@@ -279,7 +279,7 @@ Optional Property
@@ -289,7 +289,7 @@ Optional VariableDeclarat
@@ -299,7 +299,7 @@ Optional arrayExpression<
arrayExpression: function
@@ -330,7 +330,7 @@
Optional booleanLiteral
booleanLiteral: function
@@ -361,7 +361,7 @@
Optional callExpression
callExpression: function
@@ -411,7 +411,7 @@
Optional filters
filters: object
@@ -434,7 +434,7 @@
Optional identifier
identifier: function
@@ -465,7 +465,7 @@
Optional literal
literal: function
@@ -496,7 +496,7 @@
Optional memberExpression
memberExpression: function
@@ -533,7 +533,7 @@
Optional newExpressionnewExpression: function
@@ -567,7 +567,7 @@
Optional objectExpression
objectExpression: function
@@ -598,7 +598,7 @@
Optional objectProperty
objectProperty: function
@@ -632,7 +632,7 @@
Optional program
program: function
@@ -663,7 +663,7 @@
Optional property
property: function
@@ -700,7 +700,7 @@
Optional variableDeclarat
variableDeclaration: function
@@ -734,7 +734,7 @@
Optional variableDeclarat
variableDeclarator: function
@@ -768,7 +768,7 @@
Optional withParser
withParser: function
diff --git a/docs/interfaces/_utils_types_nodepath_.modulerule.html b/docs/interfaces/_utils_types_nodepath_.modulerule.html
index b224a7ad7b0..14788c5dfa9 100644
--- a/docs/interfaces/_utils_types_nodepath_.modulerule.html
+++ b/docs/interfaces/_utils_types_nodepath_.modulerule.html
@@ -98,7 +98,7 @@
Optional loader
loader: string
diff --git a/docs/interfaces/_utils_types_nodepath_.node.html b/docs/interfaces/_utils_types_nodepath_.node.html
index 0d67a085297..fa2f8d5d085 100644
--- a/docs/interfaces/_utils_types_nodepath_.node.html
+++ b/docs/interfaces/_utils_types_nodepath_.node.html
@@ -161,7 +161,7 @@
Optional __paths
@@ -171,7 +171,7 @@
Optional arguments
@@ -181,7 +181,7 @@
Optional ast
@@ -191,7 +191,7 @@
Optional body
@@ -201,7 +201,7 @@
Optional callee
@@ -227,7 +227,7 @@
Optional declarations
@@ -237,7 +237,7 @@
Optional elements
@@ -247,7 +247,7 @@
Optional expression
expression: object
@@ -291,7 +291,7 @@
Optional filter
filter: function
@@ -340,7 +340,7 @@
Optional find
find: function
@@ -374,7 +374,7 @@
Optional forEach
forEach: function
@@ -423,7 +423,7 @@
Optional get
get: function
@@ -454,7 +454,7 @@
Optional id
id: object
@@ -472,7 +472,7 @@
Optional key
key: object
@@ -493,7 +493,7 @@
Optional name
name: string
@@ -503,7 +503,7 @@
Optional node
@@ -513,7 +513,7 @@
Optional nodes
nodes: function
@@ -538,7 +538,7 @@
Optional object
object: object
@@ -548,7 +548,7 @@
Optional parent
@@ -558,7 +558,7 @@
Optional pop
pop: function
@@ -583,7 +583,7 @@
Optional properties
@@ -593,7 +593,7 @@
Optional property
@@ -603,7 +603,7 @@
Optional prune
prune: Function
@@ -613,7 +613,7 @@
Optional remove
remove: function
@@ -638,7 +638,7 @@
Optional replaceWith
replaceWith: function
@@ -669,7 +669,7 @@
Optional rules
@@ -679,7 +679,7 @@
Optional size
size: function
@@ -704,7 +704,7 @@
Optional source
source: string
@@ -714,7 +714,7 @@
Optional toSource
toSource: function
@@ -750,7 +750,7 @@
Optional type
type: string
@@ -760,7 +760,7 @@
Optional value
diff --git a/docs/modules/_add_index_.html b/docs/modules/_add_index_.html
index b5d0d2af1ac..0699bdcc021 100644
--- a/docs/modules/_add_index_.html
+++ b/docs/modules/_add_index_.html
@@ -93,7 +93,7 @@
Const DEFAULT_WEBPACK_C
DEFAULT_WEBPACK_CONFIG_FILENAME: "webpack.config.js" = "webpack.config.js"
add
Parameters
diff --git a/docs/modules/_generate_loader_index_.html b/docs/modules/_generate_loader_index_.html index e34fd1a3cd5..e2f28596588 100644 --- a/docs/modules/_generate_loader_index_.html +++ b/docs/modules/_generate_loader_index_.html @@ -91,7 +91,7 @@loaderCreator
pluginCreator
Const addonGenerator
Const LoaderGenerator
makeLoaderName
Const PluginGenerator
IRuleSetCondition
Const PROPS
replaceAt
Const searchProps
Const traverseAndGet
diff --git a/docs/modules/_generators_utils_add_questions_.html b/docs/modules/_generators_utils_add_questions_.html
index aa5fab6bd46..6852654c921 100644
--- a/docs/modules/_generators_utils_add_questions_.html
+++ b/docs/modules/_generators_utils_add_questions_.html
@@ -97,7 +97,7 @@
Const actionTypeQuestio
actionTypeQuestion: any = AutoComplete("actionType", "What property do you want to add to?", {pageSize: 7,source: searchProps,suggestOnly: false})
@@ -107,7 +107,7 @@
Const entryTypeQuestion
entryTypeQuestion: Question = Confirm("entryType", "Will your application have multiple bundles?", false)
@@ -117,7 +117,7 @@
Const mergeFileQuestion
mergeFileQuestion: Question[] = mergeFileQuestionsFunction()
@@ -127,7 +127,7 @@
Const topScopeQuestion<
topScopeQuestion: Question = Input("topScope", "What do you want to add to topScope?")
@@ -144,7 +144,7 @@
Const manualOrListInput
@@ -178,7 +178,7 @@
Const mergeFileQuestion
diff --git a/docs/modules/_generators_utils_languagesupport_.html b/docs/modules/_generators_utils_languagesupport_.html
index d4f3368f865..4a217d2bcc4 100644
--- a/docs/modules/_generators_utils_languagesupport_.html
+++ b/docs/modules/_generators_utils_languagesupport_.html
@@ -103,7 +103,7 @@
@@ -135,7 +135,7 @@
@@ -213,7 +213,7 @@
@@ -117,7 +117,7 @@
Returns Question[]
diff --git a/docs/modules/_generators_utils_entry_.html b/docs/modules/_generators_utils_entry_.html index e0c71579181..a6e818b2166 100644 --- a/docs/modules/_generators_utils_entry_.html +++ b/docs/modules/_generators_utils_entry_.html @@ -97,7 +97,7 @@entry
getBabelLoader
getEntryFolders
Parameters
@@ -158,7 +158,7 @@Const getFolder
Parameters
@@ -181,7 +181,7 @@getTypescriptLoader
language
Parameters
@@ -239,7 +239,7 @@Const replaceExt
Parameters
@@ -265,7 +265,7 @@updateEntryExt
Parameters
diff --git a/docs/modules/_generators_utils_plugins_.html b/docs/modules/_generators_utils_plugins_.html index 76ef6e0ac95..7f619c0ebdd 100644 --- a/docs/modules/_generators_utils_plugins_.html +++ b/docs/modules/_generators_utils_plugins_.html @@ -93,7 +93,7 @@default
Const generatePluginNam
@@ -151,7 +151,7 @@
diff --git a/docs/modules/_generators_utils_stylesupport_.html b/docs/modules/_generators_utils_stylesupport_.html
index 2732cb018e7..1a279b9b63a 100644
--- a/docs/modules/_generators_utils_stylesupport_.html
+++ b/docs/modules/_generators_utils_stylesupport_.html
@@ -105,7 +105,7 @@
diff --git a/docs/modules/_generators_utils_webpackconfig_.html b/docs/modules/_generators_utils_webpackconfig_.html
index 42af6db9c2f..0215b447efc 100644
--- a/docs/modules/_generators_utils_webpackconfig_.html
+++ b/docs/modules/_generators_utils_webpackconfig_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_init_init_.html b/docs/modules/_init_init_.html
index e091e68a888..035629f5006 100644
--- a/docs/modules/_init_init_.html
+++ b/docs/modules/_init_init_.html
@@ -92,7 +92,7 @@
Const replaceAt
style
Parameters
diff --git a/docs/modules/_generators_utils_validate_.html b/docs/modules/_generators_utils_validate_.html index aec62e12622..843b937df95 100644 --- a/docs/modules/_generators_utils_validate_.html +++ b/docs/modules/_generators_utils_validate_.html @@ -91,7 +91,7 @@validate
getDefaultOptimization
Parameters
diff --git a/docs/modules/_info_index_.html b/docs/modules/_info_index_.html index eafefcca2ea..2b519b94557 100644 --- a/docs/modules/_info_index_.html +++ b/docs/modules/_info_index_.html @@ -98,7 +98,7 @@info
Returns Promise<void>
@@ -115,7 +115,7 @@information
Returns Information
diff --git a/docs/modules/_init_index_.html b/docs/modules/_init_index_.html index 9642ea8b7af..231c1d20dc1 100644 --- a/docs/modules/_init_index_.html +++ b/docs/modules/_init_index_.html @@ -91,7 +91,7 @@initializeInquirer
Const mapOptionsToTrans
@@ -129,7 +129,7 @@
diff --git a/docs/modules/_migrate_bannerplugin_bannerplugin_.html b/docs/modules/_migrate_bannerplugin_bannerplugin_.html
index ddc6b364860..983e1b5ec92 100644
--- a/docs/modules/_migrate_bannerplugin_bannerplugin_.html
+++ b/docs/modules/_migrate_bannerplugin_bannerplugin_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html b/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html
index 3f48abd24a8..17a2da0c07d 100644
--- a/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html
+++ b/docs/modules/_migrate_commonschunkplugin_commonschunkplugin_.html
@@ -92,7 +92,7 @@
@@ -131,7 +131,7 @@
runTransform
default
default
Const mergeTestProp
@@ -133,7 +133,7 @@
diff --git a/docs/modules/_migrate_index_.html b/docs/modules/_migrate_index_.html
index fab68ebc257..5be1280f7ef 100644
--- a/docs/modules/_migrate_index_.html
+++ b/docs/modules/_migrate_index_.html
@@ -94,7 +94,7 @@ process: object
@@ -169,7 +169,7 @@
@@ -207,7 +207,7 @@
diff --git a/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html b/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html
index bf8daf3e74a..4e9ea1d0101 100644
--- a/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html
+++ b/docs/modules/_migrate_loaderoptionsplugin_loaderoptionsplugin_.html
@@ -97,7 +97,7 @@
diff --git a/docs/modules/_migrate_loaders_loaders_.html b/docs/modules/_migrate_loaders_loaders_.html
index 7460022c9ad..a68e2f72efb 100644
--- a/docs/modules/_migrate_loaders_loaders_.html
+++ b/docs/modules/_migrate_loaders_loaders_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_migrate_migrate_.html b/docs/modules/_migrate_migrate_.html
index 6c56632c953..2f5d744f40c 100644
--- a/docs/modules/_migrate_migrate_.html
+++ b/docs/modules/_migrate_migrate_.html
@@ -107,7 +107,7 @@ transformations: LazyTransformObject = Object.keys(transformsObject).reduce((res: object, key: string): LazyTransformObject => {res[key] = (ast: object, source: string): object => transformSingleAST(ast, source, transformsObject[key]);return res;},{})
@@ -124,7 +124,7 @@
@@ -166,7 +166,7 @@
@@ -240,7 +240,7 @@ transformsObject: object
@@ -249,7 +249,7 @@ bannerPluginTransform: default
@@ -259,7 +259,7 @@ commonsChunkPluginTransform: default
@@ -269,7 +269,7 @@ extractTextPluginTransform: default
@@ -279,7 +279,7 @@ loaderOptionsPluginTransform: default
@@ -289,7 +289,7 @@ loadersTransform: default
@@ -299,7 +299,7 @@ noEmitOnErrorsPluginTransform: default
@@ -309,7 +309,7 @@ removeDeprecatedPluginsTransform: default
@@ -319,7 +319,7 @@ removeJsonLoaderTransform: default
@@ -329,7 +329,7 @@ resolveTransform: transformer
@@ -339,7 +339,7 @@ uglifyJsPluginTransform: default
diff --git a/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html b/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html
index b22a7c817cd..b01ddc0efe8 100644
--- a/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html
+++ b/docs/modules/_migrate_moduleconcatenationplugin_moduleconcatenationplugin_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html b/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html
index 575e9f7561f..7909bda1ec8 100644
--- a/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html
+++ b/docs/modules/_migrate_namedmodulesplugin_namedmodulesplugin_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html b/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html
index af2e9561794..b87b52a6065 100644
--- a/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html
+++ b/docs/modules/_migrate_noemitonerrorsplugin_noemitonerrorsplugin_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_migrate_outputpath_outputpath_.html b/docs/modules/_migrate_outputpath_outputpath_.html
index 5b8149213dd..80a0acbf377 100644
--- a/docs/modules/_migrate_outputpath_outputpath_.html
+++ b/docs/modules/_migrate_outputpath_outputpath_.html
@@ -92,7 +92,7 @@
@@ -133,7 +133,7 @@
diff --git a/docs/modules/_migrate_removejsonloader_removejsonloader_.html b/docs/modules/_migrate_removejsonloader_removejsonloader_.html
index 9860433f955..0bd44af2518 100644
--- a/docs/modules/_migrate_removejsonloader_removejsonloader_.html
+++ b/docs/modules/_migrate_removejsonloader_removejsonloader_.html
@@ -93,7 +93,7 @@ TransformCallback: function
@@ -131,7 +131,7 @@
diff --git a/docs/modules/_migrate_resolve_resolve_.html b/docs/modules/_migrate_resolve_resolve_.html
index 5661f10d797..02e5c673e35 100644
--- a/docs/modules/_migrate_resolve_resolve_.html
+++ b/docs/modules/_migrate_resolve_resolve_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_migrate_types_nodepath_.html b/docs/modules/_migrate_types_nodepath_.html
index 355f1f49076..14d259825de 100644
--- a/docs/modules/_migrate_types_nodepath_.html
+++ b/docs/modules/_migrate_types_nodepath_.html
@@ -96,7 +96,7 @@ valueType: string | number | boolean | Node | null
diff --git a/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html b/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html
index 9640a25e749..20f45209609 100644
--- a/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html
+++ b/docs/modules/_migrate_uglifyjsplugin_uglifyjsplugin_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_remove_index_.html b/docs/modules/_remove_index_.html
index ce3793a8af4..f6b7636c20c 100644
--- a/docs/modules/_remove_index_.html
+++ b/docs/modules/_remove_index_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_serve_index_.html b/docs/modules/_serve_index_.html
index 1277a58c8af..dd11c12938a 100644
--- a/docs/modules/_serve_index_.html
+++ b/docs/modules/_serve_index_.html
@@ -106,7 +106,7 @@
Parameters
diff --git a/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html b/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html index a12210b44d6..7b9ada1ad54 100644 --- a/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html +++ b/docs/modules/_migrate_extracttextplugin_extracttextplugin_.html @@ -92,7 +92,7 @@default
findInvocation
process
migrate
runMigration
default
default
Const transformations
Const transform
Const transformSingleAST
Const transformsObject
bannerPluginTransform
commonsChunkPluginTransform
extractTextPluginTransform
loaderOptionsPluginTransform
loadersTransform
noEmitOnErrorsPluginTransform
removeDeprecatedPluginsTransform
removeJsonLoaderTransform
resolveTransform
uglifyJsPluginTransform
default
default
default
default
replaceWithPath
Parameters
diff --git a/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html b/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html index 6cacabfc4dc..6eb80890b2c 100644 --- a/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html +++ b/docs/modules/_migrate_removedeprecatedplugins_removedeprecatedplugins_.html @@ -91,7 +91,7 @@default
TransformCallback
default
transformer
valueType
default
remove
Const getRootPathM
@@ -140,7 +140,7 @@
@@ -163,7 +163,7 @@
npmConfig: object
@@ -197,7 +197,7 @@ dependency: string = "--save"
@@ -207,7 +207,7 @@ devDependency: string = "--save-dev"
@@ -217,7 +217,7 @@ installCmd: string = "install"
@@ -227,7 +227,7 @@ optionalDependency: string = "--save-optional"
@@ -238,7 +238,7 @@ yarnConfig: object
@@ -247,7 +247,7 @@ dependency: string = " "
@@ -257,7 +257,7 @@ devDependency: string = "--save"
@@ -267,7 +267,7 @@ installCmd: string = "add"
@@ -277,7 +277,7 @@ optionalDependency: string = "--optional"
diff --git a/docs/modules/_update_index_.html b/docs/modules/_update_index_.html
index 54fb693bdfc..d948c1f609b 100644
--- a/docs/modules/_update_index_.html
+++ b/docs/modules/_update_index_.html
@@ -91,7 +91,7 @@
diff --git a/docs/modules/_utils_ast_utils_.html b/docs/modules/_utils_ast_utils_.html
index 8be430589de..7021eeb5ce0 100644
--- a/docs/modules/_utils_ast_utils_.html
+++ b/docs/modules/_utils_ast_utils_.html
@@ -112,7 +112,7 @@
@@ -168,7 +168,7 @@
@@ -226,7 +226,7 @@
@@ -260,7 +260,7 @@
@@ -294,7 +294,7 @@
@@ -345,7 +345,7 @@
@@ -388,7 +388,7 @@
serve
Const spawnWithArg
Parameters
@@ -188,7 +188,7 @@Const npmConfig
dependency
devDependency
installCmd
optionalDependency
Const yarnConfig
dependency
devDependency
installCmd
optionalDependency
update
addOrUpdateConfigObject
addProperty
createIdentifierOrLiteral
createLiteral
createOrUpdatePluginByName
createProperty
findAndRemovePlugin