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
jest-webpack-alias doesn't support require statements with vars in the parameter. We're not able to run an interpreter to resolve the contents of a var. It can only be a string.
…parameter
- Export resolve function
- Ensure that webpack globals are configured before attempting resolve
- Ignore falsy arguments to require statements returned from AST parser
- README: Document resolve function
- README: Simplify setup example
Hi. when I try run test with 'jest-webpack-alias', he has error
This error in file webpackInfo.js on line 17
var webpackSettings = require(webpackFile);
I don't understand why this happening. Help please.
The text was updated successfully, but these errors were encountered: