mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fix build, add docs
This commit is contained in:
@@ -25,7 +25,11 @@ export default {
|
||||
// Allow json resolution
|
||||
// json(),
|
||||
// Compile TypeScript files
|
||||
typescript({ useTsconfigDeclarationDir: true, abortOnError: false }),
|
||||
typescript({
|
||||
useTsconfigDeclarationDir: true,
|
||||
abortOnError: false,
|
||||
removeComments: false,
|
||||
}),
|
||||
// // Allow bundling cjs modules (unlike webpack, rollup doesn't understand cjs)
|
||||
// commonjs(),
|
||||
// // Allow node_modules resolution, so you can use 'external' to control
|
||||
|
Reference in New Issue
Block a user