orimização e testes de build hibrido
This commit is contained in:
parent
17aee620b3
commit
40dca15bff
53 changed files with 2944 additions and 697 deletions
14
tsup/como usar.md
Normal file
14
tsup/como usar.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
"tsup --config tsup.config.ts"
|
||||
|
||||
tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts
|
||||
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
Loading…
Add table
Add a link
Reference in a new issue