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
In my use case, I want to add a second entry which is just a js file. It is a chrome extension app where I use the main index.html as the popup, and the second entry is going to be a background.js which injected into the page. Is it possible to achieve this using your library?
The text was updated successfully, but these errors were encountered:
same need here, I tried to set template to null, it kind of work because it builds, but the generated js is not usable as a standalone script, it depends on the webpack bootstrap part which is in the html file
Hi, you could try to set template: 'public/index.html' for all your entries? If not I have just updated an old lib and published a CRA3 compatible version at rewire-js-entry that does just that. Hope this helps.
In my use case, I want to add a second entry which is just a js file. It is a chrome extension app where I use the main index.html as the popup, and the second entry is going to be a background.js which injected into the page. Is it possible to achieve this using your library?
The text was updated successfully, but these errors were encountered: