Skip to content

Add css-loader url resolve compat.

Compare
Choose a tag to compare
@IndexXuan IndexXuan released this 25 Jun 07:31
· 51 commits to main since this release

https://webpack.js.org/loaders/css-loader/#url

Now in Vue SFC, you can use ~@/assets/logo.png both in template block and style block.
~ will be ignore for vite and useful for css-loader.
Your code compat with vite and vue-cli. :)