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

Use webpack for the build step #165

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Use webpack for the build step #165

wants to merge 5 commits into from

Conversation

ttoino
Copy link
Member

@ttoino ttoino commented Mar 19, 2024

Closes #164.

This PR migrates the build step away from the current build-script.js and uses webpack instead. It's quite inspired by the config at Refined Github, but adapted to our specific needs.

This also migrates our project to corepack and yarn modern, so developers must run corepack enable before running yarn install.

@ttoino ttoino marked this pull request as ready for review April 8, 2024 16:32
@thePeras
Copy link
Member

thePeras commented Apr 8, 2024

Could you write the new script (corepack enable) before yarn install in the README file?

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.

Migrate the build step to a better system
2 participants