|
8 | 8 | "start:sandbox": "cross-env SANDBOX_ONLY=true node scripts/start.js", |
9 | 9 | "start:dev_api": "node scripts/start.js", |
10 | 10 | "start:test": "cross-env LOCAL_SERVER=1 NODE_ENV=test SANDBOX_ONLY=true node scripts/start.js", |
11 | | - "build": "NODE_ENV=production node scripts/build.js", |
| 11 | + "build": "cross-env NODE_ENV=production node scripts/build.js", |
12 | 12 | "build:sandbox": "cross-env NODE_ENV=production SANDBOX_ONLY=true node scripts/build.js", |
13 | 13 | "test": "jest --env=jsdom", |
14 | 14 | "test:watch": "jest --watch --env=jsdom", |
|
36 | 36 | "babel-plugin-transform-runtime": "^6.23.0", |
37 | 37 | "babel-preset-env": "^1.6.0", |
38 | 38 | "babel-preset-react": "^6.24.1", |
39 | | - "babili-webpack-plugin": "^0.1.1", |
40 | 39 | "buffer-loader": "^0.0.1", |
41 | 40 | "case-sensitive-paths-webpack-plugin": "^2.0.0", |
42 | 41 | "chalk": "1.1.3", |
|
83 | 82 | "style-loader": "^0.18.2", |
84 | 83 | "sw-precache-webpack-plugin": "^0.11.4", |
85 | 84 | "typescript": "^2.4.2", |
86 | | - "uglifyjs-webpack-plugin": "^1.0.1", |
| 85 | + "uglifyjs-webpack-plugin": "^1.2.5", |
87 | 86 | "url-loader": "^0.5.9", |
88 | 87 | "webpack": "^3.5.4", |
89 | 88 | "webpack-bundle-analyzer": "^2.9.0", |
|
106 | 105 | "babel-plugin-syntax-jsx": "^6.18.0", |
107 | 106 | "babel-plugin-system-import": "^1.1.5", |
108 | 107 | "babel-plugin-system-import-transformer": "3.1.0", |
109 | | - "babel-plugin-transform-cx-jsx": "^17.12.0", |
110 | 108 | "babel-plugin-transform-async-to-generator": "^6.24.1", |
| 109 | + "babel-plugin-transform-cx-jsx": "^17.12.0", |
111 | 110 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
112 | 111 | "babel-plugin-transform-remove-strict-mode": "^0.0.2", |
113 | 112 | "babel-plugin-transform-vue-jsx": "^3.5.0", |
|
0 commit comments