Skip to content

Commit

Permalink
don't import directory
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 18, 2024
1 parent 23757cf commit 1d19b74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import type { UnpluginFactory } from 'unplugin'
import { createUnplugin } from 'unplugin'
import { findStaticImports, parseStaticImport } from 'mlly'

import nodeApi from '@stencil/core/sys/node'
import nodeApi from '@stencil/core/sys/node/index.js'
import type * as CoreCompiler from '@stencil/core/compiler'

import { createCompiler } from '@stencil/core/compiler/stencil.js'

import { STENCIL_IMPORT } from './constants.js'
Expand Down

0 comments on commit 1d19b74

Please sign in to comment.