esbuild-minify-templates

v0.0.2
Minify template literal strings as part of an esbuild powered build process

build

NODE_ENV=production tsc

dev

NODE_ENV=development tsc --watch --preserveWatchOutput

lint

yarn run lint:js && yarn run lint:ts

lint:js

eslint --ignore-path .gitignore --ext .ts,.js,.mjs,.cjs .

lint:ts

tsc --noEmit

prebuild

rm -rf dist; mkdir dist

test

echo 'TODO: Testing'; exit 0

Metadata

  • MIT
  • Whatever
  • Max Milton
  • released 4/12/2021

Downloads

Maintainers