Skip to content

Commit c8736b8

Browse files
committed
use esbuild-loader instead ts-loader for performance
1 parent 4d6d3b4 commit c8736b8

File tree

7 files changed

+506
-1290
lines changed

7 files changed

+506
-1290
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dev:
1414
./node_modules/.bin/webpack --progress --watch --mode=development
1515

1616
prod:
17-
NODE_OPTIONS="--loader=ts-node/esm --no-warnings" \
17+
NODE_OPTIONS="--loader=ts-node/esm --no-warnings=ExperimentalWarning" \
1818
NODE_ENV="production" \
1919
./node_modules/.bin/webpack --mode=production
2020

bundle/js/jsdiff-console.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)