Skip to content

Commit

Permalink
Resolve yarn test for svelte engine
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 17, 2024
1 parent 6ed8c6e commit d81daaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
4 changes: 1 addition & 3 deletions javascript-modules/engines/svelte-engine/lib/builder.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import sveltePlugin from "esbuild-svelte";
import svelteFixPlugin from "./svelteFixPlugin.js";

export const extensions = [".svelte"];

export const buildPlugins = [
sveltePlugin({ compileOptions: { css: true } }),
svelteFixPlugin
sveltePlugin({ compileOptions: { css: true } })
]

export const esbuildConfigFn = (esbuildOptions, options) => {
Expand Down
16 changes: 0 additions & 16 deletions javascript-modules/engines/svelte-engine/lib/svelteFixPlugin.js

This file was deleted.

0 comments on commit d81daaa

Please sign in to comment.