Skip to content

Commit 927e7ca

Browse files
committed
non-minified prod build
1 parent 9c2514e commit 927e7ca

File tree

5 files changed

+3628
-136
lines changed

5 files changed

+3628
-136
lines changed

SSRtest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Server side rendering template for React 16",
55
"main": "src/index.js",
66
"scripts": {
7-
"start": "cross-env NODE_ENV=production babel-node src/index",
8-
"watch": "cross-env NODE_ENV=production babel-watch src/index",
7+
"start": "cross-env NODE_ENV=development babel-node src/index",
8+
"watch": "cross-env NODE_ENV=development babel-watch src/index",
99
"build": "npm run build:client && npm run build:server && npm run build:node",
1010
"build:client": "cross-env NODE_ENV=production webpack -p --config webpack/client.production.js",
1111
"build:server": "cross-env NODE_ENV=production webpack -p --config webpack/server.production.js",

0 commit comments

Comments
 (0)