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
Create npm build scripts that use webpack to build UMD bundle
npm scripts:
- build (unminified UMD bundle)
- build-min (minified UMD bundle)
`webpack.config.js`:
- Remove "entry" and "output.filename" now that paths are passed
via CLI
0 commit comments