Skip to content

Commit

Permalink
rollup, remove unneeded configuration for sourcemapfile
Browse files Browse the repository at this point in the history
* it's already the correct name
  • Loading branch information
BuJo committed Sep 3, 2023
1 parent 0db6322 commit 24385dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default {
file: 'pkg/web/static/js/index.min.js',
format: 'es',
sourcemap: true,
sourcemapFile: 'pkg/web/static/js/index.min.js.map',
plugins: [terser()]
}
],
Expand Down

0 comments on commit 24385dc

Please sign in to comment.