Skip to content
Discussion options

You must be logged in to vote

Ok, was able to figure out the issue, and it was just an intersection between .css files and Vite. Opened a PR which should be more accommodating now. 🤞


Somewhat unrelated, I noticed a couple things

In package.json these two options are pretty much doing the same thing

"dev": "node --import @greenwood/cli/register --loader ./node_modules/@greenwood/cli/src/loader.js ./node_modules/@greenwood/cli/src/index.js develop",

You should be able to just do this:

"dev": "node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/index.js develop",

Or if you want something a little cleaner / terser with no hardcoded path to node_modules

"dev": "NODE_OPTIONS='--import @greenwood/cli/reg…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@EskiMojo14
Comment options

@thescientist13
Comment options

Answer selected by EskiMojo14
@EskiMojo14
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants