Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
tesseract-design
/
react-common
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
1
Wiki
Trabalho
Ver a proveniência
Add env variable
Set NODE_ENV to production when publishing to ensure smaller packed size.
tags/0.3.0
TheoryOfNekomata
há 4 anos
ascendente
5ea49ff321
cometimento
00e4217b21
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
package.json
+ 1
- 1
package.json
Ver ficheiro
@@ -39,7 +39,7 @@
"typescript": "^3.9.7"
},
"scripts": {
"prepublishOnly": "rm -rf dist/ && rollup -c",
"prepublishOnly": "
NODE_ENV=production
rm -rf dist/ && rollup -c",
"test": "jest",
"build": "rm -rf dist/ && rollup -c",
"generate": "plop",
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar