本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Reduces startup time even more
main
Eric Amodio
7 年之前
父節點
edbab0ee1d
當前提交
d8aa838e84
共有
2 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tsconfig.json
+1
-0
webpack.config.js
+ 1
- 1
tsconfig.json
查看文件
@ -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
查看文件
@ -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
,
Write
Preview
Loading…
取消
儲存