-
-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cli): move to lerna and scoped packages #434
Commits on Mar 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b4bfafb - Browse repository at this point
Copy the full SHA b4bfafbView commit details
Commits on Apr 1, 2018
-
Merge pull request #369 from dhruvdutt/fix/plugin
fix: plugin, loader generators path bug
Configuration menu - View commit details
-
Copy full SHA for bdd5b48 - Browse repository at this point
Copy the full SHA bdd5b48View commit details
Commits on Apr 2, 2018
-
cli(refactor): improve folder structure (#371)
* cli(refactor): improve folder structure * chore(linting): fix linter errors * cli(filepath): use local import instead * cli(migrate): refactor error handling * chore(review): fix review comments * chore(review): fix review comments * chore(review): fix review comments
Configuration menu - View commit details
-
Copy full SHA for f2e62f5 - Browse repository at this point
Copy the full SHA f2e62f5View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8a90ea4 - Browse repository at this point
Copy the full SHA 8a90ea4View commit details
Commits on Apr 9, 2018
-
Add break as commit type and listed the type of commit in the documen…
…tation (#379) * docs(commits): listed the list of type of commits available
Configuration menu - View commit details
-
Copy full SHA for cc217cb - Browse repository at this point
Copy the full SHA cc217cbView commit details -
cli(init): mode support to config (#364)
* cli(init): mode support to config
Configuration menu - View commit details
-
Copy full SHA for c487032 - Browse repository at this point
Copy the full SHA c487032View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab16b4f - Browse repository at this point
Copy the full SHA ab16b4fView commit details
Commits on Apr 10, 2018
-
cli(init): use extractMiniCSSPlugin (#363)
* cli(init): skip redundant question * cli(init): use mini-css-extract-plugin
Configuration menu - View commit details
-
Copy full SHA for 1077003 - Browse repository at this point
Copy the full SHA 1077003View commit details
Commits on Apr 15, 2018
-
Retrieve information for CLI option from webpack schema options file (#…
…392) * cli(refactor): fetch available modes directly from webpack options schema * cli(refactor): Retrieve information from webpackOptionSchema
Configuration menu - View commit details
-
Copy full SHA for df2a92f - Browse repository at this point
Copy the full SHA df2a92fView commit details -
cli(add): write configuration to yeoman file (#348)
* misc(add): variable parity, prettify * cli(add): write config to yeoman-rc * misc(add): improve generator questions
Configuration menu - View commit details
-
Copy full SHA for 12ee2bf - Browse repository at this point
Copy the full SHA 12ee2bfView commit details -
fix(init): output file name for single output (#403)
improved output filename
Configuration menu - View commit details
-
Copy full SHA for c1c0df0 - Browse repository at this point
Copy the full SHA c1c0df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94888d - Browse repository at this point
Copy the full SHA c94888dView commit details -
cli(init): webpack4 ready (#356)
* cli(init): webpack4 ready * cli(init): remove unused variable, still @next on etwp * cli(init): Allow to use default entry in `init` * cli(init): Fix typo in comment * cli(init): Optimization transform and tests * cli(init): Fix non-optimized option for splitChunks * cli(init): Add cachingGroup per entry, don't show name in prod * cli(init): Add cachingGroup's defaults, fix entry * cli(init): Add a link to where the defaults live * cli(init): Remove default caching group definition from example
Configuration menu - View commit details
-
Copy full SHA for 3bbd428 - Browse repository at this point
Copy the full SHA 3bbd428View commit details -
Add NoEmitOnErrorsPlugin transformation (#399)
* ast(migrate): handle no emit on error * ast(migrate): handle module concatenation and named modules * ast(migrate): handle module concatenation and named modules
Configuration menu - View commit details
-
Copy full SHA for f5b661e - Browse repository at this point
Copy the full SHA f5b661eView commit details -
fix(ast): checks validity of an identifier (#360)
added test cases for validate identifier
Configuration menu - View commit details
-
Copy full SHA for f42bdbd - Browse repository at this point
Copy the full SHA f42bdbdView commit details
Commits on Apr 17, 2018
-
cli(entry): quotes sanitization (#337)
* chore: minor doc fixes * cli(entry): quotes sanitization * tests(entry): add test case for double quotes * tests(entry): update snapshots * misc(utils): entry - variable parity * misc(prop-types): sort * cli(entry): multiple entries quotes sanitization
Configuration menu - View commit details
-
Copy full SHA for 0354db8 - Browse repository at this point
Copy the full SHA 0354db8View commit details
Commits on Apr 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f9fe061 - Browse repository at this point
Copy the full SHA f9fe061View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc64373 - Browse repository at this point
Copy the full SHA cc64373View commit details -
cli(fix): remove reference to specific version during migration (#410)
* fix: remove reference to specific version during migration * fix: rephrase update message
Configuration menu - View commit details
-
Copy full SHA for e5170b9 - Browse repository at this point
Copy the full SHA e5170b9View commit details -
chore(docs): updated old references to the extract text plugin (#412)
* chore(dev): added break to the list of type of commit * init(fix): removed references to extract text plugin * fix(commit): rollback
Configuration menu - View commit details
-
Copy full SHA for 1761666 - Browse repository at this point
Copy the full SHA 1761666View commit details
Commits on Apr 24, 2018
-
cli(migration): update UglifyJS transformation (#416)
* cli(migration): Update UglifyJS migration file to fit webpack4 configuration * cli(migration): Add cases where require variable does not need to exist * cli(migration): Add transformation for usage of webpack.otimization.UglifyPlugin * cli(tests): Update test snapshots after updating transformation * cli(fix): fix expressionContent being null * cli(refactor): remove plugins array if empty Created function on ast-utils so every other transformation can use this. * tests: add tests for new ast-utils method * fix: fix test names and jsdoc * fix: update maxSize for utils folder
Configuration menu - View commit details
-
Copy full SHA for 4f8ebee - Browse repository at this point
Copy the full SHA 4f8ebeeView commit details
Commits on Apr 30, 2018
-
ast(cli): Recursively parse AST (#341)
* ast(refactor): wip refactor * ast(refactor): wip refactor * ast(init): refactor * test(refactor): refactor test suite * tests(define): swap args * ast(parsing): refactor stuff * ast(init): refactor * ast(init): refactor tests * chore(tests): remove some unneeded tests * chore(pkg): update package.json * chore(project): clear up project structure * chore(cli): remove unneded files * chore(git): add gitignore to yeoman file * chore(deps): update pkg.json * tests(snapshots): update snapshots * tests(jest): use empty module for snapshots * tests(snap): only test one prop
Configuration menu - View commit details
-
Copy full SHA for 77eaf24 - Browse repository at this point
Copy the full SHA 77eaf24View commit details -
chore(publishing): add semantic-release (#415)
* chore(release): [WIP] add semantic-release * test(ci): wip * test(ci): add node versions * test(ci): remove extra test * tests(ci): revise * tests(ci): only push to npm on master * tests(ci): use matrix on jobs * tests(ci): revise * tests(ci): update * tests(ci): test * tests(ci): test * tests(ci): p * tests(ci): update travis.yml
Configuration menu - View commit details
-
Copy full SHA for 106c092 - Browse repository at this point
Copy the full SHA 106c092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dddc0 - Browse repository at this point
Copy the full SHA 16dddc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7b65f3 - Browse repository at this point
Copy the full SHA a7b65f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583916c - Browse repository at this point
Copy the full SHA 583916cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a09aa - Browse repository at this point
Copy the full SHA 95a09aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c2871 - Browse repository at this point
Copy the full SHA 80c2871View commit details -
Configuration menu - View commit details
-
Copy full SHA for aae7736 - Browse repository at this point
Copy the full SHA aae7736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9b895 - Browse repository at this point
Copy the full SHA 8c9b895View commit details -
7
Configuration menu - View commit details
-
Copy full SHA for bd16440 - Browse repository at this point
Copy the full SHA bd16440View commit details -
cli(cmds): revise yargs command (#422)
* use yargs.command instead of yargs.option for sub-commands * cli(node): Add node flags to CLI (#377) * feat: add support for node flags * tests: Fix node-flags test * misc: Fix test failing due to not-found webpack-cli * misc: remove comment * misc: refactor removing unecessary args * tests: add more tests to prevent argument collision * cli(cmds): remove strict * fix(node): remove node option for now
Configuration menu - View commit details
-
Copy full SHA for 2273536 - Browse repository at this point
Copy the full SHA 2273536View commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e8c937d - Browse repository at this point
Copy the full SHA e8c937dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6b7bd - Browse repository at this point
Copy the full SHA ff6b7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 104e4b9 - Browse repository at this point
Copy the full SHA 104e4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f91ae6 - Browse repository at this point
Copy the full SHA 3f91ae6View commit details -
chore(templates): Update issue templates (#432)
Adds fancy templates
Configuration menu - View commit details
-
Copy full SHA for 84d6997 - Browse repository at this point
Copy the full SHA 84d6997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad53c3 - Browse repository at this point
Copy the full SHA 0ad53c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc1f52 - Browse repository at this point
Copy the full SHA 2dc1f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa36a90 - Browse repository at this point
Copy the full SHA aa36a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6274b4 - Browse repository at this point
Copy the full SHA c6274b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35296d2 - Browse repository at this point
Copy the full SHA 35296d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd7ce0 - Browse repository at this point
Copy the full SHA 1cd7ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ec39d - Browse repository at this point
Copy the full SHA 74ec39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e284c62 - Browse repository at this point
Copy the full SHA e284c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c10aa - Browse repository at this point
Copy the full SHA 17c10aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ed7a1 - Browse repository at this point
Copy the full SHA d3ed7a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4149c53 - Browse repository at this point
Copy the full SHA 4149c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for d060239 - Browse repository at this point
Copy the full SHA d060239View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec53c68 - Browse repository at this point
Copy the full SHA ec53c68View commit details
Commits on May 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2091d1c - Browse repository at this point
Copy the full SHA 2091d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e321e1 - Browse repository at this point
Copy the full SHA 4e321e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6972e - Browse repository at this point
Copy the full SHA 1b6972eView commit details -
Add break as commit type and listed the type of commit in the documen…
…tation (#379) * docs(commits): listed the list of type of commits available
Configuration menu - View commit details
-
Copy full SHA for ed650db - Browse repository at this point
Copy the full SHA ed650dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c40e513 - Browse repository at this point
Copy the full SHA c40e513View commit details -
cli(init): use extractMiniCSSPlugin (#363)
* cli(init): skip redundant question * cli(init): use mini-css-extract-plugin
Configuration menu - View commit details
-
Copy full SHA for 5c6a589 - Browse repository at this point
Copy the full SHA 5c6a589View commit details -
Retrieve information for CLI option from webpack schema options file (#…
…392) * cli(refactor): fetch available modes directly from webpack options schema * cli(refactor): Retrieve information from webpackOptionSchema
Configuration menu - View commit details
-
Copy full SHA for eadd5a6 - Browse repository at this point
Copy the full SHA eadd5a6View commit details -
cli(add): write configuration to yeoman file (#348)
* misc(add): variable parity, prettify * cli(add): write config to yeoman-rc * misc(add): improve generator questions
Configuration menu - View commit details
-
Copy full SHA for 96b295a - Browse repository at this point
Copy the full SHA 96b295aView commit details -
fix(init): output file name for single output (#403)
improved output filename
Configuration menu - View commit details
-
Copy full SHA for d6e65d8 - Browse repository at this point
Copy the full SHA d6e65d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c97fa3 - Browse repository at this point
Copy the full SHA 1c97fa3View commit details -
fix(ast): checks validity of an identifier (#360)
added test cases for validate identifier
Configuration menu - View commit details
-
Copy full SHA for cbee92c - Browse repository at this point
Copy the full SHA cbee92cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c37bec - Browse repository at this point
Copy the full SHA 0c37becView commit details -
Configuration menu - View commit details
-
Copy full SHA for d28484c - Browse repository at this point
Copy the full SHA d28484cView commit details -
cli(fix): remove reference to specific version during migration (#410)
* fix: remove reference to specific version during migration * fix: rephrase update message
Configuration menu - View commit details
-
Copy full SHA for 81e261f - Browse repository at this point
Copy the full SHA 81e261fView commit details -
chore(docs): updated old references to the extract text plugin (#412)
* chore(dev): added break to the list of type of commit * init(fix): removed references to extract text plugin * fix(commit): rollback
Configuration menu - View commit details
-
Copy full SHA for eb6903d - Browse repository at this point
Copy the full SHA eb6903dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6684c6 - Browse repository at this point
Copy the full SHA a6684c6View commit details -
cli(cmds): revise yargs command (#422)
* use yargs.command instead of yargs.option for sub-commands * cli(node): Add node flags to CLI (#377) * feat: add support for node flags * tests: Fix node-flags test * misc: Fix test failing due to not-found webpack-cli * misc: remove comment * misc: refactor removing unecessary args * tests: add more tests to prevent argument collision * cli(cmds): remove strict * fix(node): remove node option for now
Configuration menu - View commit details
-
Copy full SHA for 7becfe6 - Browse repository at this point
Copy the full SHA 7becfe6View commit details -
chore(templates): Update issue templates (#432)
Adds fancy templates
Configuration menu - View commit details
-
Copy full SHA for 29fd131 - Browse repository at this point
Copy the full SHA 29fd131View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8570a2 - Browse repository at this point
Copy the full SHA a8570a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723989b - Browse repository at this point
Copy the full SHA 723989bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abc5dac - Browse repository at this point
Copy the full SHA abc5dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 587f661 - Browse repository at this point
Copy the full SHA 587f661View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb181a1 - Browse repository at this point
Copy the full SHA bb181a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51851e8 - Browse repository at this point
Copy the full SHA 51851e8View commit details
Commits on May 8, 2018
-
cli(init): revise installation steps (#441)
* cli(init): revise installation steps * chore(formatting): format code * cli(tests): refactor tests
Configuration menu - View commit details
-
Copy full SHA for d0fb42c - Browse repository at this point
Copy the full SHA d0fb42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cca655 - Browse repository at this point
Copy the full SHA 4cca655View commit details -
Update dependencies to enable Greenkeeper 🌴 (#443)
chore(greenkeeper): Update dependencies to enable Greenkeeper 🌴
Configuration menu - View commit details
-
Copy full SHA for 9760a4d - Browse repository at this point
Copy the full SHA 9760a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8283ba9 - Browse repository at this point
Copy the full SHA 8283ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd078ee - Browse repository at this point
Copy the full SHA bd078eeView commit details
Commits on May 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aefa520 - Browse repository at this point
Copy the full SHA aefa520View commit details -
chore(travis): move npm ci to install task (#424)
* chore(travis): move npm ci to install task * chore: trigger new build * chore: upgrade Node.js for Appveyor to 8 * chore: remove redundanct npm install command
Configuration menu - View commit details
-
Copy full SHA for 7c01f39 - Browse repository at this point
Copy the full SHA 7c01f39View commit details
Commits on May 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cbeb950 - Browse repository at this point
Copy the full SHA cbeb950View commit details