Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nuxt): Inline nitro-utils function #14680

Merged
merged 7 commits into from
Dec 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused code
s1gr1d committed Dec 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d88c3dc9d83f29018ca22b10fa4154f4805049b6
19 changes: 0 additions & 19 deletions packages/nuxt/rollup.npm.config.mjs
Original file line number Diff line number Diff line change
@@ -15,23 +15,4 @@ export default [
},
}),
),

// The Nuxt module plugins are also built with the @nuxt/module-builder.
// This rollup setup is still left here for an easier switch between the setups while
// manually testing different built outputs (module-builder vs. rollup only)
/*
...makeNPMConfigVariants(
makeBaseNPMConfig({
entrypoints: ['src/runtime/plugins/sentry.client.ts', 'src/runtime/plugins/sentry.server.ts'],

packageSpecificConfig: {
external: ['nuxt/app', 'nitropack/runtime', 'h3'],
output: {
// Preserve the original file structure (i.e., so that everything is still relative to `src`)
entryFileNames: 'runtime/[name].js',
},
},
}),
),
*/
];