Skip to content

Commit

Permalink
Change default inline_source_map option to true
Browse files Browse the repository at this point in the history
  • Loading branch information
vstefanovic97 committed Feb 2, 2024
1 parent c83da4f commit e8c691a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon-dev/src/rollup-gjs-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const processor = new Preprocessor();
// import { parse as pathParse } from 'path';

export default function rollupGjsPlugin(
{ inline_source_map } = { inline_source_map: false }
{ inline_source_map } = { inline_source_map: true }
): Plugin {
return {
name: PLUGIN_NAME,
Expand Down

0 comments on commit e8c691a

Please sign in to comment.