Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #378 from pwa-builder/sourceMap
Browse files Browse the repository at this point in the history
Source map
  • Loading branch information
lee-leonardo authored Aug 5, 2020
2 parents 57428e4 + ac6ffd5 commit 1559a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
output: {
file: 'dist/pwa-install.js',
format: 'es',
sourcemap: true
sourcemap: false
},
plugins: [
resolve(),
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"outDir": "build",
"declaration": true,
"esModuleInterop": true,
"sourceMap": true,
"sourceMap": false,
"rootDir": "src"
},

Expand Down

0 comments on commit 1559a02

Please sign in to comment.