We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d80647 commit b4b282eCopy full SHA for b4b282e
packages/nuxt/build.config.ts
@@ -2,5 +2,5 @@ import { defineBuildConfig } from 'unbuild';
2
3
// Build Config for the Nuxt Module Builder: https://github.com/nuxt/module-builder
4
export default defineBuildConfig({
5
- failOnWarn: false
+ failOnWarn: false,
6
});
packages/nuxt/package.json
@@ -53,7 +53,6 @@
53
},
54
"devDependencies": {
55
"@nuxt/module-builder": "^0.8.4",
56
- "@sentry-internal/nitro-utils": "8.44.0",
57
"nuxt": "^3.13.2"
58
59
"scripts": {
0 commit comments