You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error message that says Package in "module.exports = Package[‘mongo’]" is not defined. Without webpack-meteor-externals, I get an error saying "meteor/mongo" module is not found.
Any suggestions?
The text was updated successfully, but these errors were encountered:
I'm trying to use webpack-meteor-externals npm package with Cypress, which already has a version of webpack-processor (https://github.com/cypress-io/cypress-webpack-preprocessor) available.
However, when I try
I get an error message that says Package in "module.exports = Package[‘mongo’]" is not defined. Without webpack-meteor-externals, I get an error saying "meteor/mongo" module is not found.
Any suggestions?
The text was updated successfully, but these errors were encountered: