Skip to content

Commit

Permalink
Merge pull request #1234 from NullVoxPopuli/default-sourcemaps
Browse files Browse the repository at this point in the history
Add sourcemap: true to rollup output defaults
  • Loading branch information
ef4 authored Jul 21, 2022
2 parents f00c88d + 3eb6546 commit 98a3c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/addon-dev/src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class Addon {
format: 'es',
entryFileNames: '[name]',
hoistTransitiveImports: false,
sourcemap: true,
};
}

Expand Down

0 comments on commit 98a3c18

Please sign in to comment.