We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b1ac8 commit 9d85cc8Copy full SHA for 9d85cc8
build.config.ts
@@ -1,10 +1,7 @@
1
import { defineBuildConfig } from 'unbuild'
2
3
export default defineBuildConfig({
4
- rollup: {
5
- emitCJS: false,
6
- },
7
- declaration: true,
+ declaration: 'node16',
8
// warnings triggered by nuxt exports not being built - happens in separate script
9
failOnWarn: false,
10
entries: [
0 commit comments