Home

Issue: 3158

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?

This question is available on Nuxt.js community (#c6801)