Static GitHub Issues

[1597] @import default style from package results in TypeError

prev: vue-chartjs dependency fails to load
next: NuxtServerError "value" required in setHeader("cookie", value)

Seems like Package.json "style" Attribute is not supported here. I tried to follow the advise given below https://jaketrent.com/post/package-json-style-attribute/

In style area i try

<style>
@import "orgchart";
</style>

I get this error TypeError: Path must be a string. Received [ './dist/css/jquery.orgchart.css' ]

Seems like something wrapping the value in array

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1428">#c1428</a>)</em></sub></div>