You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the postcss-url plugin to copy fonts that are imported by my CSS into the build directory. In order for it to work properly it requires the to option for rollup-plugin-postcss to be set.
I was able to get it working locally by setting to: absMain.replace(EXTENSION, '.css') here:
I'm trying to use the
postcss-url
plugin to copy fonts that are imported by my CSS into the build directory. In order for it to work properly it requires theto
option forrollup-plugin-postcss
to be set.I was able to get it working locally by setting
to: absMain.replace(EXTENSION, '.css')
here:microbundle/src/index.js
Lines 495 to 498 in 22187fb
This is the
postcss.config.js
I'm trying to use:Happy to provide more details, and thanks for your efforts on this great project!
The text was updated successfully, but these errors were encountered: