We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package.json -> main should point to a file that exists
./lib is non-existent 😢
./lib
I assume babel was not ran before publishing
yarn add karma-webpack
check node_modules/karma-webpack
node_modules/karma-webpack
The text was updated successfully, but these errors were encountered:
#415 is probably the same issue
Sorry, something went wrong.
Closing as a duplicate, fixed in #417
Fixed in v4.0.1
No branches or pull requests
Expected Behavior
package.json -> main should point to a file that exists
Actual Behavior
./lib
is non-existent 😢I assume babel was not ran before publishing
How Do We Reproduce?
check
node_modules/karma-webpack
The text was updated successfully, but these errors were encountered: