Skip to content

Commit d88c3dc

Browse files
committed
remove unused code
1 parent 01663f8 commit d88c3dc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

packages/nuxt/rollup.npm.config.mjs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,4 @@ export default [
1515
},
1616
}),
1717
),
18-
19-
// The Nuxt module plugins are also built with the @nuxt/module-builder.
20-
// This rollup setup is still left here for an easier switch between the setups while
21-
// manually testing different built outputs (module-builder vs. rollup only)
22-
/*
23-
...makeNPMConfigVariants(
24-
makeBaseNPMConfig({
25-
entrypoints: ['src/runtime/plugins/sentry.client.ts', 'src/runtime/plugins/sentry.server.ts'],
26-
27-
packageSpecificConfig: {
28-
external: ['nuxt/app', 'nitropack/runtime', 'h3'],
29-
output: {
30-
// Preserve the original file structure (i.e., so that everything is still relative to `src`)
31-
entryFileNames: 'runtime/[name].js',
32-
},
33-
},
34-
}),
35-
),
36-
*/
3718
];

0 commit comments

Comments
 (0)