fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsbundle',
|
||||
version: '2.0.9',
|
||||
version: '2.0.10',
|
||||
description: 'a bundler using rollup for painless bundling of web projects'
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ export class TsBundleProcess {
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
target: 'es2020',
|
||||
target: 'es2022',
|
||||
outfile: toArg,
|
||||
tsconfig: paths.tsconfigPath
|
||||
});
|
||||
@ -46,7 +46,7 @@ export class TsBundleProcess {
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
target: 'es2020',
|
||||
target: 'es2022',
|
||||
minify: true,
|
||||
outfile: toArg,
|
||||
tsconfig: paths.tsconfigPath
|
||||
|
Reference in New Issue
Block a user