The minified versions are broken in 4.6.1. Somehow the build does not produce proper UMD output with latest Rollup. See output:
Uncaught ReferenceError: process is not defined
at invariant.js:26
at index.js:330
at index.js:330
invariant.js:26
if (process.env.NODE_ENV !== 'production') {
validateFormat = function validateFormat(format) {
if (format === undefined) {
throw new Error('invariant requires an error message argument');
}
};
}
The minified versions are broken in 4.6.1. Somehow the build does not produce proper UMD output with latest Rollup. See output:
invariant.js:26