Merge pull request #2029 from payloadcms/fix/#1997-absolute-imports-css

fix: webpack css-loader resolve urls
This commit is contained in:
James Mikrut
2023-02-07 11:47:22 -05:00
committed by GitHub
4 changed files with 13 additions and 2 deletions

BIN
test/admin/placeholder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

View File

@@ -1,5 +1,6 @@
.nav__controls {
font-family: monospace;
background-image: url('/placeholder.png');
}
.nav__controls:before {
content: 'custom-css';