Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion es5/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion es5/index.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"compile:dev": "npx tsc --watch",
"build": "npx tsc && webpack --mode=production --config webpack.config.js",
"dev": "npx tsc && webpack --mode=development --config webpack.dev.js --watch",
"test": "mocha tests/*.js --exit"
"test": "mocha tests/*.js --exit",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
Expand Down Expand Up @@ -83,6 +84,8 @@
"loader-utils": "^3.2.1",
"mini-css-extract-plugin": "^2.5.3",
"mocha": "^9.2.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^9.4.4",
Expand Down
Loading