Skip to content

[4.6.1] Reactstrap dist minified builds broken #429

@virgofx

Description

@virgofx

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');
    }
  };
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions