Skip to content

Commit

Permalink
Create large-colts-drop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Oct 14, 2022
1 parent 8d95db4 commit f77eeca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/large-colts-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"remix": patch
"@remix-run/dev": patch
---

add CSS plugin to `esbuild` so that any assets in css files are also copied (and hashed) to the `assetsBuildDirectory`

currently if you import a css file that has `background: url('./relative.png');` the `relative.png` file is not copied to the build directory, which is a problem when dealing with npm packages that have css files with font files in them like fontsource

0 comments on commit f77eeca

Please sign in to comment.