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
Suppose you have webpack build a primary app, and then separate files for different components, webpack will bundle pug runtime with each component. Is there any way to avoid that so each component would use a global instance of pug-runtime?
To complicate things further, my components are in separate repositories, so webpack creates each component individually rather than by using chunks. This means I can't use something like webpack's library feature.
The text was updated successfully, but these errors were encountered:
Suppose you have webpack build a primary app, and then separate files for different components, webpack will bundle pug runtime with each component. Is there any way to avoid that so each component would use a global instance of pug-runtime?
To complicate things further, my components are in separate repositories, so webpack creates each component individually rather than by using chunks. This means I can't use something like webpack's library feature.
The text was updated successfully, but these errors were encountered: