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
Is it possible to have npm run build generate a filename other than the default main.js? We develop several libraries that are all called main.js now.
The only way I found so far is to modify webpack.config.js inside the @vertigis/web-sdk/config folder, but I don't think that is very maintainable. Can we override or extend this file somehow?
The text was updated successfully, but these errors were encountered:
This is more of a question than an issue.
Is it possible to have
npm run build
generate a filename other than the defaultmain.js
? We develop several libraries that are all calledmain.js
now.The only way I found so far is to modify webpack.config.js inside the @vertigis/web-sdk/config folder, but I don't think that is very maintainable. Can we override or extend this file somehow?
The text was updated successfully, but these errors were encountered: