Skip to content

Commit 1d19b74

Browse files
don't import directory
1 parent 23757cf commit 1d19b74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import type { UnpluginFactory } from 'unplugin'
55
import { createUnplugin } from 'unplugin'
66
import { findStaticImports, parseStaticImport } from 'mlly'
77

8-
import nodeApi from '@stencil/core/sys/node'
8+
import nodeApi from '@stencil/core/sys/node/index.js'
99
import type * as CoreCompiler from '@stencil/core/compiler'
10-
1110
import { createCompiler } from '@stencil/core/compiler/stencil.js'
1211

1312
import { STENCIL_IMPORT } from './constants.js'

0 commit comments

Comments
 (0)