-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builds failing on Windows due to pathing issues #127
Labels
bug
Something isn't working
Comments
Hypothesis: in the rewire step, Windows paths are not properly escaped. Cf. properties-panel/rollup.config.js Lines 55 to 74 in 6ceac4f
I can't test it on windows right now |
Let's also consider adding Windows + Mac as additional OS on CI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
On Windows specifically, the package cannot be built at all, as multiple modules relating to preact cannot be resolved.
Steps to Reproduce
npm install
npm run dev
Expected Behavior
We expect the build to complete without errors.
Environment
The text was updated successfully, but these errors were encountered: