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

Fix loading images from code split CSS and maintain dev structure/remove hashes from all dev assets #423

Merged
merged 5 commits into from
Aug 17, 2020

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented Aug 14, 2020

Type: bug / feature

The following has been addressed in the PR:

  • There is a related issue
  • All code has been formatted with prettier
  • Unit or Functional tests are included in the PR
  • schema.json has been updated appopriately

Description:
@matt-gadd This is basically the original solution I tried to implement for these issues that keeps the folder structure for all files and removes the hashes that were being included in some files in dev. The difference is the addition of a dependency on a plugin that resolves the issues we were running into with asset paths in css url()s for code split files and dynamic public paths.
Resolves #314 #315

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.

Fix consistency of output paths of assets
2 participants