how to use proxyed assets in css url ? #6104
-
|
i just upgrade from vue2 to vue3. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
okay, i find out by my self. |
Beta Was this translation helpful? Give feedback.
okay, i find out by my self.
just add
css: { loaderOptions: { css: { url: false } } },to vue.config.js