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 1acca67 commit 7731592Copy full SHA for 7731592
SSRtest/package.json
@@ -4,8 +4,8 @@
4
"description": "Server side rendering template for React 16",
5
"main": "src/index.js",
6
"scripts": {
7
- "start": "cross-env NODE_ENV=development babel-node src/index",
8
- "watch": "cross-env NODE_ENV=development babel-watch src/index",
+ "start": "cross-env NODE_ENV=production babel-node src/index",
+ "watch": "cross-env NODE_ENV=production babel-watch src/index",
9
"build": "npm run build:client && npm run build:server && npm run build:node",
10
"build:client": "cross-env NODE_ENV=production webpack -p --config webpack/client.production.js",
11
"build:server": "cross-env NODE_ENV=production webpack -p --config webpack/server.production.js",
0 commit comments