Skip to content

Commit

Permalink
fix: disable source maps (#125)
Browse files Browse the repository at this point in the history
Resolves #124
  • Loading branch information
sean-perkins authored Jul 20, 2023
1 parent f5f88df commit 2a51447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const config: Config = {
},
{ type: 'www' },
],
buildEs5: true,
buildEs5: "prod",
sourceMap: false,
extras: {
enableImportInjection: true
}
Expand Down

0 comments on commit 2a51447

Please sign in to comment.