We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc8b69 commit b2b1449Copy full SHA for b2b1449
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "webpack.js.org",
3
"version": "0.1.2",
4
"private": true,
5
- "description": "The main site for all things webpack.",
+ "description": "The main site for all things webpack. - CI fixes applied",
6
"keywords": [
7
"webpack",
8
"documentation",
src/content/api/cli.mdx
@@ -96,7 +96,7 @@ By default webpack ships with the following commands:
96
97
These commands use the `create-webpack-app` package.
98
99
-> ℹ️ These commands may prompt you to install `create-webpack-app` if not already installed.
+> These commands may prompt you to install `create-webpack-app` if not already installed.
100
101
Scaffolding-related commands:
102
0 commit comments