Skip to content

Commit fc3a39d

Browse files
committed
chore: use distilt for bundling
1 parent 7e59279 commit fc3a39d

File tree

3 files changed

+114
-260
lines changed

3 files changed

+114
-260
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"source": "src/index.ts",
2323
"browser": false,
2424
"scripts": {
25-
"build": "./scripts/esbundle.js",
25+
"build": "distilt",
2626
"format": "prettier --write --ignore-path .gitignore .",
2727
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
2828
"lint:fix": "yarn lint -- --fix",
@@ -87,6 +87,7 @@
8787
"devDependencies": {
8888
"@typescript-eslint/eslint-plugin": "^4.9.1",
8989
"@typescript-eslint/parser": "^4.9.1",
90+
"distilt": "^0.2.1",
9091
"esbuild": "^0.8.23",
9192
"eslint": "^7.15.0",
9293
"eslint-config-prettier": "^7.0.0",

scripts/esbundle.js

-259
This file was deleted.

0 commit comments

Comments
 (0)