mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
add exception for Playground.svelte in svelte.config.js
This commit is contained in:
parent
cff16e5d7d
commit
c8587c7432
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ function plugin() {
|
|||
if (
|
||||
node.lang !== "svelte" &&
|
||||
!node.value.startsWith("<FileSource") &&
|
||||
!node.value.startsWith("<Playground") &&
|
||||
!node.value.startsWith("<script>") &&
|
||||
!node.value.match(/svx-ignore/g)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue