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