johnwalley / allotment

A React component for resizable split views
https://allotment.mulberryhousesoftware.com/
MIT License
949 stars 52 forks source link

fix: correct dist exports condition #784

Closed dsherret closed 4 months ago

dsherret commented 6 months ago

Use a subpath pattern instead of specifying the directory (which is not valid from my understanding, though bundlers will often just "make it work")

netlify[bot] commented 6 months ago

Deploy Preview for allotment-storybook ready!

Name Link
Latest commit a16d9f53925c1cd288a056b10e99f530bddcd2bb
Latest deploy log https://app.netlify.com/sites/allotment-storybook/deploys/65ea54374a742a0008fb422f
Deploy Preview https://deploy-preview-784--allotment-storybook.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 6 months ago

Deploy Preview for allotment-website canceled.

Name Link
Latest commit a16d9f53925c1cd288a056b10e99f530bddcd2bb
Latest deploy log https://app.netlify.com/sites/allotment-website/deploys/65ea543718ecb30008021daf
johnwalley commented 5 months ago

Makes sense to me. I just need to test it. From my very quick reading up on this it looks like Node.js has deprecated the old syntax but bundlers still support it. Assuming it all checks out I'll get this merged.