diff --git a/rollup.config.js b/rollup.config.js index 13e7c95..b998c6d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,7 @@ export default { output: { file: 'dist/pwa-install.js', format: 'es', - sourcemap: true + sourcemap: false }, plugins: [ resolve(), diff --git a/tsconfig.json b/tsconfig.json index e7136a6..f1e9251 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "outDir": "build", "declaration": true, "esModuleInterop": true, - "sourceMap": true, + "sourceMap": false, "rootDir": "src" },