transpile-webpack-plugin

v1.1.2-beta.1
Transpiles input files into output files individually without bundling together
webpack plugin transpile transpile-webpack-plugin

build

tsc --project additional-configs/tsconfig.build.json

watch

npm run build -- --watch

unittest

cross-env JEST_TEST_PATH=src jest

e2e

cross-env JEST_TEST_PATH=e2e jest --maxWorkers 1

lint-all

run-p lint:*

lint:tsc

tsc

lint:prettier

node scripts/cross-dotenv-shell prettier --check FILE_GLOB

lint:eslint

node scripts/cross-dotenv-shell eslint FILE_GLOB

fix-all

run-s fix:*

fix:prettier

node scripts/cross-dotenv-shell prettier --write FILE_GLOB

fix:eslint

node scripts/cross-dotenv-shell eslint --fix FILE_GLOB

Metadata

  • MIT
  • >=16
  • Chungen Li
  • released 4/14/2023

Downloads

Maintainers