Skip to content

Commit

Permalink
Add rune: false to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
JanNitschke committed Jan 16, 2025
1 parent 7f906b0 commit 70291c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const defaultOptions = (): PluginOptions => {
includePaths: [],
localIdentName: '[local]-[hash:base64:6]',
mode: 'native',
rune: false,
parseExternalStylesheet: false,
parseStyleTag: true,
useAsDefaultScoping: false,
Expand Down

0 comments on commit 70291c1

Please sign in to comment.