[client/build/rollup] Reconfigure postcss-url to copy, not rebase

This commit is contained in:
Starbeamrainbowlabs 2019-01-20 00:42:56 +00:00
parent 69fd4959a0
commit 765dd1f91a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ export default {
plugins: [
postcss_import({}),
postcss_url({
url: "rebase"
url: "copy",
assetPath: "resources"
})
],
// Save it to a .css file - we'll reference it ourselves thank you