Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Reduces startup time even more
main
Eric Amodio
7 jaren geleden
bovenliggende
edbab0ee1d
commit
d8aa838e84
2 gewijzigde bestanden
met
toevoegingen van 2
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
tsconfig.json
+1
-0
webpack.config.js
+ 1
- 1
tsconfig.json
Bestand weergeven
@ -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
Bestand weergeven
@ -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
,
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan