Skip to content
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

Fix plugin support for Windows #180

Merged
merged 2 commits into from
Apr 10, 2023
Merged

Fix plugin support for Windows #180

merged 2 commits into from
Apr 10, 2023

Conversation

cmfcmf
Copy link
Owner

@cmfcmf cmfcmf commented Apr 10, 2023

The d-s-l-a-generated.js file should have been generated with Webpack here:

test: /client\/theme\/SearchBar\/d-s-l-a-generated\.js$/,

However, I didn't realize that Webpack's rules.test option doesn't normalize backslashes and slashes, and so the file wasn't created on Windows.

This PR fixes the file generation and also configures GitHub Actions to run the tests on Windows as well as Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant