From 765dd1f91aed25124021e1067c199d23d64f9fb4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Jan 2019 00:42:56 +0000 Subject: [PATCH] [client/build/rollup] Reconfigure postcss-url to copy, not rebase --- rollup.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 3a34f42..53fcc86 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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