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 95eede5 commit 2ea7805Copy full SHA for 2ea7805
demo/package.json
@@ -10,7 +10,8 @@
10
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
11
},
12
"dependencies": {
13
- "vue": "^2.5.11"
+ "vue": "^2.5.11",
14
+ "vue-router": "^3.0.1"
15
16
"browserslist": [
17
"> 1%",
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/vue-axe.js",
6
"scripts": {
7
"dev": "rollup --config rollup.config.dev.js --watch",
8
- "dist": "rollup --config rollup.config.prod.js",
+ "dist": "rollup --config rollup.config.prod.js --environment NODE_ENV:production",
9
"release": "standard-version",
"test": "node_modules/.bin/cypress run",
"test:open": "node_modules/.bin/cypress open",
0 commit comments