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 472b3ae commit 94d5743Copy full SHA for 94d5743
docs/contributing.rst
@@ -35,7 +35,7 @@ Set up your environment
35
Making changes
36
--------------
37
38
-Changes to the theme can be compiled and tested with webpacke:
+Changes to the theme can be compiled and tested with Webpack_:
39
40
.. code:: console
41
package.json
@@ -4,7 +4,7 @@
4
"version": "0.4.3",
5
"private": true,
6
"scripts": {
7
- "start": "webpack-dev-server --open --config webpack.dev.js",
+ "dev": "webpack-dev-server --open --config webpack.dev.js",
8
"build": "webpack --config webpack.prod.js"
9
},
10
"dependencies": {},
0 commit comments