Skip to content

Commit

Permalink
Remove sourcemaps (#395)
Browse files Browse the repository at this point in the history
* Remove sourcemaps

* Npm too
  • Loading branch information
bakerkretzmar authored Jan 15, 2021
1 parent 457eb03 commit 27d8268
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions dist/index.es.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.es.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/index.m.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.m.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"url": "https://github.com/tighten/ziggy.git"
},
"scripts": {
"build": "microbundle --name route --format modern,es,umd --external none",
"build": "microbundle --name route --format modern,es,umd --external none --no-sourcemap",
"watch": "npm run build watch",
"build:npm": "microbundle --name route --format modern,es,umd",
"build:npm": "microbundle --name route --format modern,es,umd --no-sourcemap",
"test": "jest",
"prepublishOnly": "npm run build:npm"
},
Expand Down

0 comments on commit 27d8268

Please sign in to comment.