-
-
Notifications
You must be signed in to change notification settings - Fork 611
Comparing changes
Open a pull request
base repository: webpack/webpack-cli
base: v.3.3.0
head repository: webpack/webpack-cli
compare: v.3.3.1
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dd9d528 - Browse repository at this point
Copy the full SHA dd9d528View commit details -
Configuration menu - View commit details
-
Copy full SHA for f080733 - Browse repository at this point
Copy the full SHA f080733View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea906d8 - Browse repository at this point
Copy the full SHA ea906d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea0039a - Browse repository at this point
Copy the full SHA ea0039aView commit details -
Configuration menu - View commit details
-
Copy full SHA for badc32d - Browse repository at this point
Copy the full SHA badc32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 790d27a - Browse repository at this point
Copy the full SHA 790d27aView commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b96ad56 - Browse repository at this point
Copy the full SHA b96ad56View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2351b1 - Browse repository at this point
Copy the full SHA c2351b1View commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3af73a8 - Browse repository at this point
Copy the full SHA 3af73a8View commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6846f2e - Browse repository at this point
Copy the full SHA 6846f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7389da6 - Browse repository at this point
Copy the full SHA 7389da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 494ecc3 - Browse repository at this point
Copy the full SHA 494ecc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1630615 - Browse repository at this point
Copy the full SHA 1630615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af08be - Browse repository at this point
Copy the full SHA 2af08beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55992a4 - Browse repository at this point
Copy the full SHA 55992a4View commit details
Commits on Mar 16, 2019
-
tests(migration): typescript (#613)
* chore(test): add migrate test * chore(lint): revert change * chore(test): moved to typescript migrate tests * tests(ts): moved module concatenation plugin to ts * tests(migrate): moved to typescript * tests(webpack-scaffold): moved to typescript * tests(migrate): clean js text fixtures * tests(migrate): update babel-loader test * tests(migrate): update babel-loader snapshot * tests(utils): move tests to TS (#688) * chore(test): add migrate test * chore(lint): revert change * chore(test): moved to typescript migrate tests * tests(ts): moved module concatenation plugin to ts * tests(migrate): moved to typescript * tests(webpack-scaffold): moved to typescript * tests(utils): copy fixtures to __tests_ * tests(utils): move package-manager.test.js to TS * tests(utils): move validate-identifier.test.js to TS * tests(utils): move resolve-packages.test.js to TS * tests(utils): is-local-path.test.js to TS * tests(utils): move npm-exists.test.js to TS * tests(utils): move ast-utils.test.js to TS * tests(utils): WIP-test-cases * tests(utils): move recursive-parser.test.js to TS * tests(utils): move npm-package-exists.test.js to TS * tests(utils): cleanup .js , __fixtures__ and __snapshots__ files * chore(utils): clean console recursive-parser.test.ts * chore(utils): make options param optional * chore: use INode in ast-utils.test.ts * tests(migrate): adds interface ILazyTransformObject * chore(commitlint): remove deprecated lang rule * chore(typings): fix tslint error * tests(migration): refactor dirName in a variable * tests(migrate): refactor dirName in variable 2 * tests(migrate): import path.resolve & add rootPath variable * tests(utils): adds type in forEach * tests(migrate): refactor resolve.test * chore(tests): enable ts in tests * chore(tests): remove unwanted script
Configuration menu - View commit details
-
Copy full SHA for 2106e70 - Browse repository at this point
Copy the full SHA 2106e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for d467f3b - Browse repository at this point
Copy the full SHA d467f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c6185 - Browse repository at this point
Copy the full SHA 33c6185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326f783 - Browse repository at this point
Copy the full SHA 326f783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f5337 - Browse repository at this point
Copy the full SHA 14f5337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799577d - Browse repository at this point
Copy the full SHA 799577dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8651b - Browse repository at this point
Copy the full SHA 2b8651bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f493f - Browse repository at this point
Copy the full SHA 73f493fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c6484 - Browse repository at this point
Copy the full SHA b6c6484View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9fbc8 - Browse repository at this point
Copy the full SHA ce9fbc8View commit details -
fix: replace lookups for TerserPlugin in webpack.optimise
replace lookups for TerserPlugin in webpack.optimise with requiring terser-webpack-plugin
Configuration menu - View commit details
-
Copy full SHA for ef23fec - Browse repository at this point
Copy the full SHA ef23fecView commit details -
Move files back to uglify
Configuration menu - View commit details
-
Copy full SHA for 9863445 - Browse repository at this point
Copy the full SHA 9863445View commit details -
ast: replace UglifyJsPlugin with TerserPlugin
if a module requires uglify-js-plugin, replace it with a require for terser-webpack-plugin
Configuration menu - View commit details
-
Copy full SHA for 21da35f - Browse repository at this point
Copy the full SHA 21da35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec242ab - Browse repository at this point
Copy the full SHA ec242abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e48507d - Browse repository at this point
Copy the full SHA e48507dView commit details -
ast: replace requires and inits for uglify with terser
Given that uglify is initialised with options, then replace its require and usage with terser
Configuration menu - View commit details
-
Copy full SHA for 3011a6c - Browse repository at this point
Copy the full SHA 3011a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1cf4cc - Browse repository at this point
Copy the full SHA b1cf4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9cb8ce - Browse repository at this point
Copy the full SHA f9cb8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4254730 - Browse repository at this point
Copy the full SHA 4254730View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9e4b8 - Browse repository at this point
Copy the full SHA ea9e4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c404655 - Browse repository at this point
Copy the full SHA c404655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d5b4d - Browse repository at this point
Copy the full SHA 27d5b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e6b74 - Browse repository at this point
Copy the full SHA 89e6b74View commit details -
Merge pull request #792 from webpack/feature/replace-uglify-with-terser
Feature/replace uglify with terser
Configuration menu - View commit details
-
Copy full SHA for 05b92af - Browse repository at this point
Copy the full SHA 05b92afView commit details -
Merge pull request #755 from misterdev/feature/opencollective-postins…
…tall enh(Add open collective prompt)
Configuration menu - View commit details
-
Copy full SHA for 9597377 - Browse repository at this point
Copy the full SHA 9597377View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1162cf5 - Browse repository at this point
Copy the full SHA 1162cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163b309 - Browse repository at this point
Copy the full SHA 163b309View commit details
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dbc3e9e - Browse repository at this point
Copy the full SHA dbc3e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ce6f2 - Browse repository at this point
Copy the full SHA d4ce6f2View commit details -
enh(webpack-scaffold): improve prompt and doc (#794)
* misc(webpack-scaffold): add Confirm prompt default option * docs(init): improve/update descriptions * tests(webpack-scaffold): fix typos, update test for confirm ISSUES CLOSED: 788 * misc(init): improve prompt default outdir * misc(init): fix defaults in prompt * misc(init): fix typos * docs(webpack-scaffold): fix InputValidate example, update api, format
Configuration menu - View commit details
-
Copy full SHA for cdde744 - Browse repository at this point
Copy the full SHA cdde744View commit details -
Merge pull request #796 from rishabh3112/fix/add
fix(add): add handling for topScope
Configuration menu - View commit details
-
Copy full SHA for 7320840 - Browse repository at this point
Copy the full SHA 7320840View commit details -
misc(cli): refactor functions into utils and config dirs, merge yargs…
Configuration menu - View commit details
-
Copy full SHA for 42ecb48 - Browse repository at this point
Copy the full SHA 42ecb48View commit details
Commits on Mar 20, 2019
-
chore(types): add type information (#791)
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> **What kind of change does this PR introduce?** <!-- E.g. a bugfix, feature, refactoring, build related change, etc… --> Adds some type related information and removed where it is obvious **Did you add tests for your changes?** N/A **If relevant, did you update the documentation?** N/A **Summary** leverage on type inference r? @evenstensberg @ematipico @dhruvdutt <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> <!-- Try to link to an open issue for more information. --> **Does this PR introduce a breaking change?** <!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. --> **Other information**
Configuration menu - View commit details
-
Copy full SHA for 473ff4a - Browse repository at this point
Copy the full SHA 473ff4aView commit details
Commits on Mar 23, 2019
-
chore(cli): move constants to a separate file (#798)
* chore(cli): move constants to a separate file moved all constants to a separate file for CLI scopre and imported from there. ISSUES CLOSED: #772 * chore(cli): lint files, rm console.log Format all code using prettier, remove console.log ISSUES CLOSED: #772 * chore(cli): codacy fix codacy fix * chore(cli): split destructuring into multiple lines split constants destructuring to multiple lines in config-yargs * chore(cli): update var name, revert oc update var name, revert oc * chore(cli): moved constants to utils moved constants to utils directory
Configuration menu - View commit details
-
Copy full SHA for 0a2274e - Browse repository at this point
Copy the full SHA 0a2274eView commit details
Commits on Mar 26, 2019
-
fix(scaffold): config file is always generated at the project root (#801
) * fix(scaffold): config file is always generated at the project root config file is generated at the project root * chore(scaffold): add package-lock for utils add package-lock for utils as new dep was introduced * chore(utils): fix ci fix ci * fix(scaffold): migrated to findup-sync to find the project root migrated to use find-up sync to determine project root, removed additional packages * chore(utils): added findup-sync package to utils package added findup-sync to utils package * chore(scaffold): do not pass process.cwd() do not pass process.cwd()
Configuration menu - View commit details
-
Copy full SHA for 3e870e2 - Browse repository at this point
Copy the full SHA 3e870e2View commit details
There are no files selected for viewing