Initial commit of working RSS Aggregator build
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
set -e
|
||||
webpack-cli --mode=development --target=web
|
||||
webpack-cli --mode=production --target=web --output-filename=dist/[name].min.js --profile --json > dist/stats.json
|
||||
|
||||
Reference in New Issue
Block a user