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
Add support for custom output filename while building.
For example, I want to build file src/index.js, but save build output to dist/app.js, dist/app.min.js anddist/app.js.map.
Also, add support to custom library name. Currently, if package name is mylibrary, it will be Mylibrary, but I want MyLibrary.
The text was updated successfully, but these errors were encountered:
Add support for custom output filename while building.
For example, I want to build file
src/index.js
, but save build output todist/app.js
,dist/app.min.js
anddist/app.js.map
.Also, add support to custom library name. Currently, if package name is
mylibrary
, it will beMylibrary
, but I wantMyLibrary
.The text was updated successfully, but these errors were encountered: