Skip to content

Commit

Permalink
feat(webpack): add webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Sep 12, 2022
1 parent 3a78d3b commit 8e273ad
Show file tree
Hide file tree
Showing 149 changed files with 4,105 additions and 2,989 deletions.
1 change: 1 addition & 0 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
description: 'anything testing specific (e.g., jest or cypress)',
},
{ name: 'web', description: 'anything Web specific' },
{ name: 'webpack', description: 'anything Webpack specific' },
],

allowTicketNumber: true,
Expand Down
12 changes: 12 additions & 0 deletions docs/generated/packages/web.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"description": "Init Web Plugin.",
"type": "object",
"properties": {
"bundler": {
"type": "string",
"description": "The bundler to use.",
"enum": ["webpack", "none"],
"default": "webpack"
},
"unitTestRunner": {
"description": "Adds the specified unit test runner",
"type": "string",
Expand Down Expand Up @@ -105,6 +111,12 @@
"enum": ["babel", "swc"],
"default": "babel"
},
"bundler": {
"type": "string",
"description": "The bundler to use.",
"enum": ["webpack", "none"],
"default": "webpack"
},
"linter": {
"description": "The tool to use for running lint checks.",
"type": "string",
Expand Down
Loading

0 comments on commit 8e273ad

Please sign in to comment.