chore(ci/cd): refine scripts and docs (#36)
* chore(ci/cd): refine scripts and docs * text(server): fix incorrect server port
This commit is contained in:
parent
e87a342c93
commit
ede6c239f0
23 changed files with 81 additions and 296 deletions
|
@ -5,10 +5,6 @@ const dev = require("./webpack.dev.js");
|
|||
|
||||
module.exports = merge(dev, {
|
||||
entry: "./src/app.tsx",
|
||||
// entry: [
|
||||
// "./src/app.tsx",
|
||||
// "./src/worker/uploader.worker.ts",
|
||||
// ],
|
||||
context: `${__dirname}`,
|
||||
output: {
|
||||
globalObject: "this",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue