提交 f5790ba1 authored 作者: GOD_ZYX's avatar GOD_ZYX

update

上级 63be3c9d
......@@ -4,4 +4,3 @@ npm-debug.log
upload_tmp
# code protect - prevent submit code below
\ No newline at end of file
.vscode
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/server/server/distRun.js",
"env": {
"SERVER_PORT": "4002",
"NODE_ENV": "production"
}
}
]
}
......@@ -143,7 +143,7 @@ if ($GLOBAL.isDev) {
to: $GLOBAL.OutputStaticPath,
ignore: ['.*'],
transform: function (content) {
return content.toString()
return content
}
}
])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论