Skip to content

Commit bdb3bb2

Browse files
committed
build: Remove ncc bundling hint for WASM package.
1 parent 06ae578 commit bdb3bb2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import { RulesEngine } from '@linearb/gitstream-core'
33
import { version } from '@linearb/gitstream-core/package.json'
44
import { installBlack } from './support-python'
55

6-
// Hint for ncc to bundle WASM package (used dynamically in gitstream-core)
7-
import '@wasm-fmt/ruff_fmt'
8-
96
export async function run(): Promise<void> {
107
await installBlack()
118

0 commit comments

Comments
 (0)