1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00

server - added distillery for prod builds

This commit is contained in:
2018-01-22 16:03:12 -06:00
parent 0d3a92c28d
commit 259c270c51
20 changed files with 251 additions and 64 deletions

View File

@@ -1,18 +1,14 @@
{
"name": "react_starter",
"version": "1.0.0",
"version": "0.0.1",
"description": "A seed for a simple react application with typescript.",
"scripts": {
"build": "webpack -p --progress --colors",
"build:dev": "NODE_ENV=dev webpack -p --progress --colors",
"build:prod": "NODE_ENV=production webpack -p --progress --colors",
"dev": "webpack --progress --colors --watch",
"c9": "webpack-dev-server --host 0.0.0.0 --port 8080 --inline --history-api-fallback",
"start": "webpack-dev-server --inline --history-api-fallback",
"update-latest": "rm -rf node_modules && rm yarn.lock && ncu --upgrade --upgradeAll && yarn install"
},
"author": "Mitchell Gerber",
"license": "MIT",
"dependencies": {
"@types/fingerprintjs2": "^1.5.1",
"@types/lodash": "^4.14.92",