-
Notifications
You must be signed in to change notification settings - Fork 75
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
Compatibility issue with webpack > 4.28.3 #304
Comments
My project is fairly simple so until this is fixed for the latest webpack, my workaround is to use
|
I have the same error with Webpack 4.28.4 |
Same here. Mochapack doesn't look more active. 1 contributor. 1 version. 1 commit. |
Reporting the same error as well. Trying to follow the instructions for testing a Vue project which uses Laravel mix. |
Fix: |
Since the compile error generally seems to come up on webpack 4 compatibility issues I post this issue here. Hope this is right ;)
I encountered the error when I run "mocha-webpack" (with mocha-webpack ^1.1.0 and webpack 4.28.4). This doesn't happen with webpack 4.28.3.
The text was updated successfully, but these errors were encountered: