fix(bridge): typo fix (#1168)

This commit is contained in:
Daniel Roe 2021-10-18 13:47:26 +01:00 committed by GitHub
parent 117b3aa524
commit 0c937339b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {