Skip to content

Commit

Permalink
chore: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 10, 2023
1 parent ab91587 commit 8a0f5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ function cdn(opts: CDNPluginOptions = {}): Plugin[] {
if (!isSupport) throw new Error(`vite-plugin-cdn2 can't work with nodejs ${version}.`)
const esModuleLexer = await createRsModuleLexer()
api.dependency.lex = esModuleLexer
console.log(api.dependency, esModuleLexer)
const defaultWd = config.root
scanner.setDefaultWd(defaultWd)
debug('start scanning')
Expand Down

0 comments on commit 8a0f5f3

Please sign in to comment.