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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
If the CSS of a module contained in a loaded-on-demand chunk @import's a CSS file that was also imported by the CSS of a module in an entry chunk, the module that was created (by css-loader) is stripped from the output.
When the chunk is loaded, it throws an error because the import's module is missing from the build output. Also note the injection of this in the head of the document:
<styletype="text/css">[objectObject]</style>
(Note that this issue may be related to #11, and that the test case uses the style-loader separately in order to avoid the error from #11)
If the CSS of a module contained in a loaded-on-demand chunk
@import's a CSS file that was also imported by the CSS of a module in an entry chunk, the module that was created (by css-loader) is stripped from the output.When the chunk is loaded, it throws an error because the import's module is missing from the build output. Also note the injection of this in the
headof the document:(Note that this issue may be related to #11, and that the test case uses the
style-loaderseparately in order to avoid the error from #11)Test case