mirror of
https://github.com/mathuo/dockview
synced 2025-08-12 12:16:01 +00:00
chore: remove source maps from rollup jobs
This commit is contained in:
parent
75da885f91
commit
d20689170d
@ -57,10 +57,13 @@ function createBundle(format, options) {
|
||||
].join('\n'),
|
||||
};
|
||||
|
||||
|
||||
const plugins = [
|
||||
typescript({
|
||||
tsconfig: 'tsconfig.esm.json',
|
||||
sourceMap: false,
|
||||
compilerOptions: {
|
||||
declaration: false,
|
||||
},
|
||||
}),
|
||||
];
|
||||
|
||||
|
@ -64,7 +64,9 @@ function createBundle(format, options) {
|
||||
}),
|
||||
typescript({
|
||||
tsconfig: 'tsconfig.esm.json',
|
||||
sourceMap: false,
|
||||
compilerOptions: {
|
||||
declaration: false,
|
||||
},
|
||||
}),
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user