好亂(
This commit is contained in:
@@ -11,11 +11,7 @@ function compileJs(path: string) {
|
||||
},
|
||||
],
|
||||
"@babel/preset-react",
|
||||
[
|
||||
"minify", {
|
||||
|
||||
}
|
||||
],
|
||||
// "minify",
|
||||
],
|
||||
targets: {
|
||||
chrome: "53",
|
||||
|
||||
@@ -41,4 +41,8 @@ sio.on("connection", (socket) => {
|
||||
})
|
||||
})
|
||||
|
||||
httpApp.listen(80)
|
||||
export {
|
||||
app as expressApp,
|
||||
httpApp as httpServer,
|
||||
sio as SocketIoServer,
|
||||
}
|
||||
Reference in New Issue
Block a user