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 broken watch command #155

Closed
wants to merge 1 commit into from
Closed

Fix broken watch command #155

wants to merge 1 commit into from

Conversation

LeovR
Copy link

@LeovR LeovR commented May 18, 2019

The watch command needs the same additionalConfig parameters as the build command.

This fixes the following error:
TypeError: Cannot destructure property userWebpackConfig of 'undefined' or 'null'.

The watch command needs the same additionalConfig parameters as the build command.

This fixes the following error:
TypeError: Cannot destructure property `userWebpackConfig` of 'undefined' or 'null'.
@oscartbeaumont
Copy link

oscartbeaumont commented May 18, 2019

I am also getting this error while just using the serve command. I can confirm this PR fixed my problem.

@swyxio
Copy link
Contributor

swyxio commented May 19, 2019

my bad, we merged a buggy PR. i think it has been fixed at source here #157 thanks for flagging!

@swyxio swyxio closed this May 19, 2019
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