Skip to content

Commit

Permalink
fix(#226): webpack failed to parse source map
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-master committed Jul 7, 2022
1 parent f93008a commit 13590c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sideEffect": false,
"scripts": {
"micro:build": "microbundle src/index.ts --compress --name PersianTools --strict",
"postmicro:build": "mv ./build/index.d.ts ./build/persian-tools.d.ts && npx rimraf ./build/setupTests.d.ts ./build/*.map",
"postmicro:build": "mv ./build/index.d.ts ./build/persian-tools.d.ts && npx rimraf ./build/setupTests.d.ts",
"micro:dev": "microbundle watch",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 13590c2

Please sign in to comment.