Hello, path matching problem in Nuxt.js
[issue link]Hello,
In Nuxt.js, the path match is as follows:
@import url('~assets/css/style.css') //Error
This path matching is an error, and writing it like this is possible:
@import url('~/assets/css/style.css') //success
How can the standard specification be written in the end?