@nuxt/app-edge
Advanced tools
Comparing version 0.5.0-27104574.569d4f3 to 0.5.0-27105700.6318438
@@ -1,2 +0,1 @@ | ||
import head from '#app/plugins/head' | ||
import preload from '#app/plugins/preload.server' | ||
@@ -7,3 +6,2 @@ | ||
const commonPlugins = [ | ||
head, | ||
<%= app.plugins.filter(p => !p.mode || p.mode === 'all').map(p => utils.importName(p.src)).join(',\n ') %> | ||
@@ -10,0 +8,0 @@ ] |
{ | ||
"name": "@nuxt/app-edge", | ||
"version": "0.5.0-27104574.569d4f3", | ||
"version": "0.5.0-27105700.6318438", | ||
"repository": "nuxt/framework", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42723
872