Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit de17dc2

Browse files
committed
chore(dependecies): nuxt 3.6.5
1 parent 667aa69 commit de17dc2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

build.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineBuildConfig } from 'unbuild'
2+
3+
export default defineBuildConfig({
4+
failOnWarn: false
5+
})

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"files": [
1919
"dist"
2020
],
21+
"unbuild": {
22+
"rollup": {
23+
"commonjs": {
24+
"exclude": "node_modules/**"
25+
}
26+
}
27+
},
2128
"scripts": {
2229
"prepack": "nuxt-module-build",
2330
"dev": "nuxi dev playground",

0 commit comments

Comments
 (0)