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

Simplify Webpack Configuration #419

Open
DorianKwan opened this issue Jun 21, 2023 · 0 comments
Open

Simplify Webpack Configuration #419

DorianKwan opened this issue Jun 21, 2023 · 0 comments
Assignees

Comments

@DorianKwan
Copy link
Contributor

The birth of the block explorer started with create-react-app. This was great for standing up an application quickly -- but at the cost of having less control over the configuration. To combat we have ejected react-scripts.

The benefit is now we have control but the ejected config code is highly complex as it is meant to offer a variety of application setups. Making hard to maintain, understand and extend.

This task is to simplify our Webpack setup and potentially investigate another bundler

@DorianKwan DorianKwan self-assigned this Jun 21, 2023
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

No branches or pull requests

1 participant