Skip to content

Commit

Permalink
chore(storybook): lit expression comments cleared in v6.5
Browse files Browse the repository at this point in the history
Manual modification in storybook configuration is not needed anymore.

For more information: storybookjs/storybook#18108
  • Loading branch information
muratcorlu committed May 28, 2022
1 parent 875da77 commit d3904c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const parameters = {
docs: {
transformSource: source =>
source
// Clean Lit Expression Comments
.replace(/<!--\?lit\$[0-9]+\$-->|<!--\??-->/g, '')
// Clean empty boolean attribute values
.replace(/=\"\"/g, ''),
},
Expand Down

0 comments on commit d3904c8

Please sign in to comment.