Loading request...
The `css` and `js` folders are published to npm, but the SCSS files under the `css` folder are not accessible without resolving the full file path. It would be helpful to either add these folders to `.npmignore` or allow importing them directly.
The `css` and `js` folders are published to npm, while they are not exported. For me, I do want to access these SCSS files under the `css` folder, but I am not able to get them unless I resolve the full file path by resolving `package.json` first. These folders shall be either added to `.npmignore` to reduce the package size, or allowing to be import them by providing a `./js/*` and `./css/*` field in the package.