You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, "src/index.ts"),
name: "moa-flow",
// the proper extensions will be added
fileName: "moa-flow",
// The 'module'of tsconfig is the module management method used by the project(es or amd), the 'target' is the target code stage(es5 is var), and the 'format' is the packaged format(es, amd, umd)