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 abe068b commit 04132b9Copy full SHA for 04132b9
site/rollup.config.js
@@ -63,6 +63,8 @@ export default {
63
module: true
64
})
65
],
66
+
67
+ preserveEntrySignatures: false,
68
onwarn
69
},
70
@@ -91,6 +93,8 @@ export default {
91
93
require('module').builtinModules || Object.keys(process.binding('natives'))
92
94
)
95
96
97
+ preserveEntrySignatures: 'strict',
98
99
100
@@ -105,6 +109,9 @@ export default {
105
109
}),
106
110
commonjs(),
107
111
!dev && terser()
108
- ]
112
+ ],
113
114
115
+ onwarn
116
}
117
};
0 commit comments