Version
3.0.0-rc.3
Reproduction link
https://github.com/andreynazarov3/asset-url-bug
Steps to reproduce
Create a basic project with Vue CLI. Add background: url(@/assets/logo.png); to App.vue to styles.
What is expected?
Explected to resolve relative path to image with webpack.
What is actually happening?
Error: Module not found: Error: Can't resolve './@/assets/logo.png' in 'C:\Users\me\Desktop\asset-url-bug\src'
Strange that it is working when use module mode.