Skip to content

Commit

Permalink
Use inline sourcemaps to avoid manifest issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh committed Jul 15, 2021
1 parent 0cc4a74 commit bbf2b5f
Showing 1 changed file with 1 addition and 1 deletion.
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 {
input: 'extension/data/init.js',
output: {
file: `build/${targetPlatform}/data/init.js`,
sourcemap: true,
sourcemap: 'inline',
},
plugins: [
copy({
Expand Down

0 comments on commit bbf2b5f

Please sign in to comment.