Skip to content

Commit

Permalink
webpack prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
Patric Gutersohn committed Apr 7, 2020
1 parent 4034aa0 commit e50d885
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 32 deletions.
3 changes: 1 addition & 2 deletions dist/circliful.js

Large diffs are not rendered by default.

156 changes: 131 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"start:dev": "webpack-dev-server --config webpack.dev.config.js --content-base public/",
"build": "webpack --config webpack.dev.config.js",
"build": "webpack --config webpack.prod.config.js",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "jest --collectCoverage",
"test:watch": "jest --watch"
Expand Down Expand Up @@ -37,6 +37,7 @@
"@babel/plugin-transform-modules-umd": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.9.4",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
Expand All @@ -59,8 +60,5 @@
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@types/jest": "^25.2.1"
}
}
Loading

0 comments on commit e50d885

Please sign in to comment.