jrowny/react-absolute-grid

'TypeError: The plugin "lodash" didn't export a Plugin instance while parsing file: [...]/dist/index.js'

Closed this issue · 1 comments

Installed via NPM, trying to use with Browserify.

Looks like it reads .babelrc and also runs through babelify even though you provide a precompiled dist/index.js. You shouldn't include a Babelify entry when you're pre-transpiling it.

Removing babelify from package.json resolves the issue, by the way.