Skip to main content
Home

Built and signed on GitHub Actions

This package works with Node.js, Deno
This package works with Node.js
This package works with Deno
JSR Score
70%
Published
9 months ago (0.3.0)
No docs found.

Examples

Example 1

import * as svelte from 'npm:svelte@next/compiler';
import * as esbuild from 'npm:esbuild@latest';
import { sveltePlugin } from 'jsr:@wathhr/esbuild-svelte';

esbuild.build({
  plugins: [sveltePlugin({
    ...svelte,
    compilerOptions: { css: 'external' }
  })],
  // rest of config
});
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@wathhr/esbuild-svelte

Import symbol

import * as esbuild_svelte from "@wathhr/esbuild-svelte";
or

Import directly with a jsr specifier

import * as esbuild_svelte from "jsr:@wathhr/esbuild-svelte";

Add Package

pnpm i jsr:@wathhr/esbuild-svelte
or (using pnpm 10.8 or older)
pnpm dlx jsr add @wathhr/esbuild-svelte

Import symbol

import * as esbuild_svelte from "@wathhr/esbuild-svelte";

Add Package

yarn add jsr:@wathhr/esbuild-svelte
or (using Yarn 4.8 or older)
yarn dlx jsr add @wathhr/esbuild-svelte

Import symbol

import * as esbuild_svelte from "@wathhr/esbuild-svelte";

Add Package

vlt install jsr:@wathhr/esbuild-svelte

Import symbol

import * as esbuild_svelte from "@wathhr/esbuild-svelte";

Add Package

npx jsr add @wathhr/esbuild-svelte

Import symbol

import * as esbuild_svelte from "@wathhr/esbuild-svelte";