Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3ef8a145a5 | |||
3377554969 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@gitzone/tsbundle",
|
||||
"version": "1.0.101",
|
||||
"version": "1.0.102",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@gitzone/tsbundle",
|
||||
"version": "1.0.101",
|
||||
"version": "1.0.102",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/tsbundle",
|
||||
"version": "1.0.101",
|
||||
"version": "1.0.102",
|
||||
"private": false,
|
||||
"description": "a bundler using rollup for painless bundling of web projects",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -22,6 +22,7 @@ export class TsBundleProcess {
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
target: 'es2020',
|
||||
outfile: toArg
|
||||
});
|
||||
}
|
||||
@ -43,6 +44,7 @@ export class TsBundleProcess {
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
target: 'es2020',
|
||||
minify: true,
|
||||
outfile: toArg
|
||||
});
|
||||
|
Reference in New Issue
Block a user