mirror of https://github.com/n2geoff/um
8 lines
173 B
Makefile
8 lines
173 B
Makefile
|
build:
|
||
|
bunx rollup src/index.js --file dist/tagged.js --format esm
|
||
|
|
||
|
minify:
|
||
|
bunx terser dist/tagged.js -c -o dist/tagged.min.js --source-map url
|
||
|
|
||
|
all: build minify
|