We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23757cf commit 1d19b74Copy full SHA for 1d19b74
src/index.ts
@@ -5,9 +5,8 @@ import type { UnpluginFactory } from 'unplugin'
5
import { createUnplugin } from 'unplugin'
6
import { findStaticImports, parseStaticImport } from 'mlly'
7
8
-import nodeApi from '@stencil/core/sys/node'
+import nodeApi from '@stencil/core/sys/node/index.js'
9
import type * as CoreCompiler from '@stencil/core/compiler'
10
-
11
import { createCompiler } from '@stencil/core/compiler/stencil.js'
12
13
import { STENCIL_IMPORT } from './constants.js'
0 commit comments