Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: Use proper webpack config for dev mode #2061

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

Merged
merged 1 commit into from
Jun 5, 2022
Merged

fix: Use proper webpack config for dev mode #2061

merged 1 commit into from
Jun 5, 2022

Conversation

kylecarbs
Copy link
Member

This was broken when improving the build times. The typechecker
unfortunately missed it!

@kylecarbs kylecarbs requested a review from a team as a code owner June 5, 2022 18:01
@kylecarbs kylecarbs self-assigned this Jun 5, 2022
This was broken when improving the build times. The typechecker
unfortunately missed it!
@kylecarbs kylecarbs enabled auto-merge (squash) June 5, 2022 18:02
@kylecarbs kylecarbs merged commit 1634f2c into main Jun 5, 2022
@kylecarbs kylecarbs deleted the fixsitedev branch June 5, 2022 18:23
kylecarbs added a commit that referenced this pull request Jun 10, 2022
This was broken when improving the build times. The typechecker
unfortunately missed it!
@@ -14,7 +14,7 @@ const commonPlugins = commonWebpackConfig.plugins || []
const commonRules = commonWebpackConfig.module?.rules || []

const config: Configuration = {
...createCommonWebpackConfig,
...commonWebpackConfig,
Copy link
Contributor

Choose a reason for hiding this comment

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

wowie

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.

3 participants