We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72239ee commit 9fcd669Copy full SHA for 9fcd669
packages/nuxt/build.config.ts
@@ -0,0 +1,7 @@
1
+import { defineBuildConfig } from 'unbuild';
2
+
3
+// Build Config for the Nuxt Module Builder: https://github.com/nuxt/module-builder
4
+export default defineBuildConfig({
5
+ // The devDependency "@sentry-internal/nitro-utils" triggers "Inlined implicit external", but it's not external
6
+ failOnWarn: false,
7
+});
0 commit comments