Skip to content

Commit

Permalink
fix: change length of chucks
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 31, 2022
1 parent 9371202 commit 6e7ebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/config/stencil.basic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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,
hashedFileNameLength: 10,
autoprefixCss: true,
plugins: [sass()],
outputTargets: [
Expand Down

0 comments on commit 6e7ebb2

Please sign in to comment.