Skip to content

Commit

Permalink
fix: remove source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 31, 2022
1 parent 87a739e commit 9ac37b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/config/stencil.basic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const StencilBaseConfig: Config = {
watchIgnoredRegex: [/\.stories\.(js|jsx|ts|tsx|mdx)$/, /\/stories\//], // ignore storybook files in --watch mode
enableCache: true,
tsconfig: 'tsconfig.json',
sourceMap: true,
autoprefixCss: true,
plugins: [sass()],
outputTargets: [
Expand Down

0 comments on commit 9ac37b1

Please sign in to comment.