Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(bridge): typo fix (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 18, 2021
1 parent 117b3aa commit 0c93733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge/src/resolve.ts
Expand Up @@ -45,7 +45,7 @@ class EnhancedResolverPlugin {

// Fall back to webpack4 resolver if resolving babel helpers
// https://github.com/nuxt/nuxt.js/blob/714249740690569eedf74aa7bca7ed31c01953d4/packages/babel-preset-app/src/index.js#L169
if (id.includes('/@babel/')) { return }
if (id.includes('@babel/')) { return }

const importer = request.context?.issuer
try {
Expand Down

0 comments on commit 0c93733

Please sign in to comment.