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 a5382c9 commit d8fa483Copy full SHA for d8fa483
build.config.ts
@@ -8,6 +8,7 @@ const isAnalysingSize = process.env.BUNDLE_SIZE === 'true'
8
9
export default defineBuildConfig({
10
declaration: !isAnalysingSize,
11
+ failOnWarn: !isAnalysingSize,
12
hooks: {
13
'rollup:options'(_, options) {
14
const plugins = (options.plugins ||= []) as InputPluginOption[]
0 commit comments