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
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
Hi guys,
Thank you so much for this library. It has been very helpful for creating my component. I was wondering how I can go about creating a UMD build which i can host on a CDN.
Thanks again!
The text was updated successfully, but these errors were encountered:
I ran into a similar issue where I wanted to use react-css-modules and stylus. I ended up creating my own standalone webpack config. https://css-tricks.com/css-modules-part-2-getting-started/ has a decent walkthrough if you're not familiar with webpack.
Once I had a working standalone webpack, I could have just dropped the webpack command line into .scripts/user/prepublish.sh. However, I didn't want the babel result that react-cdk creates. So, I just replaced the prepublish script in package.json with a call to webpack.
IMO, it would be nice if react-cdk performed its prepublish through webpack and allowed us to customize that prepublish step in the same way we currently customize the storybook webpack config.
Hi guys,
Thank you so much for this library. It has been very helpful for creating my component. I was wondering how I can go about creating a UMD build which i can host on a CDN.
Thanks again!
The text was updated successfully, but these errors were encountered: