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

feat: upgrading our builds to use webpack 5 #168

Merged
merged 2 commits into from
Sep 17, 2021
Merged

feat: upgrading our builds to use webpack 5 #168

merged 2 commits into from
Sep 17, 2021

Conversation

erunion
Copy link
Member

@erunion erunion commented Sep 16, 2021

🧰 What's being changed?

There's been a lot of security issues with Webpack@4 that have been clogging up npm audit so I've decided to finally rip the bandaid off and upgrade us here.

🧪 Testing

  • Does npm build work?
  • Can you run npm start and play around with the little demo in the browser?

@erunion erunion added enhancement New feature or request dependencies Pull requests that update a dependency file labels Sep 16, 2021
@@ -99,37 +99,6 @@ ReactDOM.render(
</cmVariableContext.Provider>
</pre>

<h2>Custom Theme: tomorrow-night</h2>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this from the demo page because tomorrow-night isn't being loaded within the library (because it's a custom theme) so the styles on these were always jank.

Copy link
Contributor

@rafegoldberg rafegoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants