eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.44k stars 145 forks source link

How to build? #90

Closed evandavis closed 7 years ago

evandavis commented 7 years ago

I'm trying to do a standalone AMD build of this repo. I notice you include webpack in devDependencies but not the webpack.config.js. Do you have a build configuration you could include?

afram commented 7 years ago

I'm terribly sorry, I don't use AMD anymore and don't have a plan to support it.

As for the webpack config, this project has the config tied in with the Karma config as it's only used for testing.

https://github.com/eiriklv/react-masonry-component/blob/master/spec/setup/karma.conf.js

Hope this helps.

evandavis commented 7 years ago

I didn't even think to look there. That got me what I needed, thanks!