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
react-app-rewired build
has these warning while building the code
./node_modules/log-utils/node_modules/ansi-colors/index.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/create-frame/utils.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/handlebars-helpers/lib/utils/utils.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
in the browser getting this error
cannot find module falsey, create-frame,is-number
react-app-rewired build
has these warning while building the code
./node_modules/log-utils/node_modules/ansi-colors/index.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/create-frame/utils.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/handlebars-helpers/lib/utils/utils.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
in the browser getting this error
cannot find module falsey, create-frame,is-number
[email protected]
config-overides.js
const {
override,
addDecoratorsLegacy
} = require("customize-cra");
const enableRequireEnsure = () => config => {
config.output.globalObject = 'this'
config.module.rules[0].parser.requireEnsure = true
return config
}
module.exports = override(
addDecoratorsLegacy(),
enableRequireEnsure(),
);
The text was updated successfully, but these errors were encountered: