chore(nitro): no longer need to inline ohmyfetch (#407)

This commit is contained in:
Daniel Roe 2021-08-09 16:46:03 +01:00 committed by GitHub
parent fce147f177
commit 771e72b1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,6 @@ export const getRollupConfig = (nitroContext: NitroContext) => {
'~~',
'@@/',
'virtual:',
'ohmyfetch', // TODO: Webpack externals forces default import!
nitroContext._internal.runtimeDir,
nitroContext._nuxt.srcDir,
nitroContext._nuxt.rootDir,