We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bd6c3 commit 1c2f044Copy full SHA for 1c2f044
package.json
@@ -4,8 +4,8 @@
4
"description": "Webpack plugin to extract paths from React Router",
5
"main": "index.js",
6
"scripts": {
7
- "start": "webpack-dev-server --config ./test/webpack.config.js",
8
- "build": "webpack --config ./test/webpack.config.js",
+ "example": "webpack-dev-server --config ./test/webpack.config.js",
+ "build:example": "webpack --config ./test/webpack.config.js",
9
"test": "standard && mocha --compilers js:babel-register"
10
},
11
"author": {
0 commit comments