Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also adds to manifest all assets which are not in a chunk #65

Merged
merged 2 commits into from
Jun 13, 2018

Conversation

Kronuz
Copy link
Contributor

@Kronuz Kronuz commented Feb 24, 2017

Some times, when loaders or plugins add assets to the bundle (file-loader for example), assets end up without existing in any particular chunk, still they're generated assets. This pull request adds an "empty" chunk in which such assets get added.

Example of a manifest which has assets that are not in any chunk (file-loader adding a png):

{
  "main": {
    "js": "main.js",
    "css": "main.css"
  },
  "": {
    "png": "image.png"
  }
}

@d4rky-pl
Copy link

bump

Kronuz added a commit to Kronuz/UniversalWebpackTarget that referenced this pull request May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants