Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8a6b13

Browse filesBrowse files
committed
Merge pull request vuejs#16 from cuitianze/patch-1
use cross-env for windows compatibility
2 parents 0e28701 + a360ae4 commit e8a6b13
Copy full SHA for e8a6b13

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "webpack-dev-server --inline --hot --quiet",
8-
"build": "NODE_ENV=production webpack --progress --hide-modules"
8+
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
99
},
1010
"repository": {
1111
"type": "git",
@@ -23,6 +23,7 @@
2323
"babel-plugin-transform-runtime": "^6.1.18",
2424
"babel-preset-es2015": "^6.1.18",
2525
"babel-runtime": "^6.1.18",
26+
"cross-env": "^1.0.5",
2627
"css-loader": "^0.21.0",
2728
"style-loader": "^0.13.0",
2829
"stylus-loader": "^1.4.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.