Bundle all files to single JavaScript file, add development mode
This commit is contained in:
parent
820a49efd8
commit
3239a7c611
9 changed files with 194 additions and 48 deletions
2
bin/wtc
2
bin/wtc
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR="$(dirname "$(readlink -f "$0")")"
|
||||
node "$DIR/../dist/wtc.js" "$@"
|
||||
node "$DIR/../dist/wtc.mjs" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue