Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Reduces startup time even more
main
Eric Amodio
7 anos atrás
pai
edbab0ee1d
commit
d8aa838e84
2 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
tsconfig.json
+1
-0
webpack.config.js
+ 1
- 1
tsconfig.json
Ver arquivo
@ -3,7 +3,7 @@
"forceConsistentCasingInFileNames"
:
true
,
"importHelpers"
:
true
,
"lib"
:
[
"es2015"
,
"es2016"
]
,
"module"
:
"
commonjs
"
,
"module"
:
"
es2015
"
,
"moduleResolution"
:
"node"
,
"noFallthroughCasesInSwitch"
:
true
,
"noImplicitReturns"
:
true
,
+ 1
- 0
webpack.config.js
Ver arquivo
@ -13,6 +13,7 @@ module.exports = function(env, argv) {
const
sourceMaps
=
!
env
.
production
;
const
plugins
=
[
new
webpack
.
optimize
.
ModuleConcatenationPlugin
(
)
,
new
UglifyJsPlugin
(
{
parallel
:
true
,
sourceMap
:
sourceMaps
,
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar