mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-25 06:53:00 +00:00
[client/build/rollup] Reconfigure postcss-url to copy, not rebase
This commit is contained in:
parent
69fd4959a0
commit
765dd1f91a
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ export default {
|
||||||
plugins: [
|
plugins: [
|
||||||
postcss_import({}),
|
postcss_import({}),
|
||||||
postcss_url({
|
postcss_url({
|
||||||
url: "rebase"
|
url: "copy",
|
||||||
|
assetPath: "resources"
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
// Save it to a .css file - we'll reference it ourselves thank you
|
// Save it to a .css file - we'll reference it ourselves thank you
|
||||||
|
|
Loading…
Reference in a new issue