@ -36,7 +36,9 @@ const indexConfig = {
|
|||||||
extensions,
|
extensions,
|
||||||
}),
|
}),
|
||||||
typescriptPaths({ preserveExtensions: true }),
|
typescriptPaths({ preserveExtensions: true }),
|
||||||
typescript(),
|
typescript({
|
||||||
|
noEmitOnError: !process.env.ROLLUP_WATCH,
|
||||||
|
}),
|
||||||
postcss({
|
postcss({
|
||||||
plugins: [autoprefixer(), tailwindcss()],
|
plugins: [autoprefixer(), tailwindcss()],
|
||||||
extract: false,
|
extract: false,
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true
|
||||||
"noEmitOnError": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,9 @@ const indexConfig = {
|
|||||||
extensions,
|
extensions,
|
||||||
}),
|
}),
|
||||||
typescriptPaths({ preserveExtensions: true }),
|
typescriptPaths({ preserveExtensions: true }),
|
||||||
typescript(),
|
typescript({
|
||||||
|
noEmitOnError: !process.env.ROLLUP_WATCH,
|
||||||
|
}),
|
||||||
terser({ format: { preamble } }),
|
terser({ format: { preamble } }),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true
|
||||||
"noEmitOnError": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,9 @@ const indexConfig = {
|
|||||||
extensions,
|
extensions,
|
||||||
}),
|
}),
|
||||||
typescriptPaths({ preserveExtensions: true }),
|
typescriptPaths({ preserveExtensions: true }),
|
||||||
typescript(),
|
typescript({
|
||||||
|
noEmitOnError: !process.env.ROLLUP_WATCH,
|
||||||
|
}),
|
||||||
terser({ format: { preamble } }),
|
terser({ format: { preamble } }),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true
|
||||||
"noEmitOnError": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user