More prod build fixes

This commit is contained in:
Tom Moor 2018-05-12 15:56:05 -07:00
parent 4dea755db6
commit 0d32ec452d
1 changed files with 7 additions and 7 deletions

View File

@ -93,11 +93,13 @@
"dotenv": "^4.0.0",
"emoji-regex": "^6.5.1",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"fbemitter": "^2.1.1",
"file-loader": "^1.1.6",
"flow-typed": "^2.4.0",
"fs-extra": "^4.0.2",
"history": "3.0.0",
"html-webpack-plugin": "2.17.0",
"http-errors": "1.4.0",
"immutable": "^3.8.2",
"imports-loader": "0.6.5",
@ -177,7 +179,10 @@
"styled-normalize": "^2.2.1",
"url-loader": "^0.6.2",
"uuid": "2.0.2",
"validator": "5.2.0"
"validator": "5.2.0",
"webpack": "3.10.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack-manifest-plugin": "^1.3.2"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
@ -191,10 +196,8 @@
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"fetch-test-server": "^1.1.0",
"flow-bin": "^0.71.0",
"html-webpack-plugin": "2.17.0",
"identity-obj-proxy": "^3.0.0",
"jest-cli": "22",
"koa-webpack-dev-middleware": "1.4.5",
@ -205,10 +208,7 @@
"prettier": "1.8.2",
"raf": "^3.4.0",
"react-test-renderer": "^16.1.0",
"rimraf": "^2.5.4",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "3.10.0",
"webpack-manifest-plugin": "^1.3.2"
"rimraf": "^2.5.4"
},
"version": "0.2.0"
}