Change webpack to production; update; webpack; deploy

This commit is contained in:
Mitra Ardron 2018-07-21 13:34:48 -07:00
parent 6ce7080846
commit a3732af1b7
2 changed files with 32 additions and 32 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
"url": "git://github.com/internetarchive/dweb-transports.git" "url": "git://github.com/internetarchive/dweb-transports.git"
}, },
"scripts": { "scripts": {
"build": "webpack --mode development", "build": "webpack --mode production",
"test": "cd src; node ./test.js", "test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'" "help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
}, },