Mercurial > code > home > repos > streamed-graph
changeset 21:f143ebe0acdb
webpack-build-forever mode
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 Dec 2019 01:36:57 -0800 |
parents | 9ec3cbc8791a |
children | e90d9021c6a0 |
files | package.json |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/package.json Fri Dec 13 01:18:00 2019 -0800 +++ b/package.json Fri Dec 13 01:36:57 2019 -0800 @@ -50,6 +50,7 @@ "scripts": { "compile": "tsc", "webpack-build": "webpack-cli --config webpack.config.js --mode production", + "webpack-build-forever": "webpack-cli --config webpack.config.js --mode production --watch", "test": "jest --env=node --colors --resolver=jest-pnp-resolver --coverage test" } }