-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ts-loader from canvas storybook webpack config. #33896
Remove ts-loader from canvas storybook webpack config. #33896
Conversation
Pinging @elastic/kibana-operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but let's make sure @clintandrewhall is good with it before merging
💚 Build Succeeded |
Should be fine... I'll ensure any backported PRs include this change. |
I just tested this change, and it doesn't work... because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change doesn't work because x-pack doesn't appear to be using babel 7.
This comment has been minimized.
This comment has been minimized.
💚 Build Succeeded |
## Summary (Fixes #33734 #33757 #33735) This PR resolves issues with the `mini` color selector, the places the color picker was used, and removes complexity around color selection. It allows for CSS-based color strings while still ruling out duplicates in the color palette, and fixes bugs found recently. This PR also includes + modifies #33896 and updates Storybook to v5. ![Mar-28-2019 09-18-45](https://user-images.githubusercontent.com/297604/55168267-873a1c00-5140-11e9-93b9-f5ca86e70098.gif)
(Fixes elastic#33734 elastic#33757 elastic#33735) This PR resolves issues with the `mini` color selector, the places the color picker was used, and removes complexity around color selection. It allows for CSS-based color strings while still ruling out duplicates in the color palette, and fixes bugs found recently. This PR also includes + modifies elastic#33896 and updates Storybook to v5. ![Mar-28-2019 09-18-45](https://user-images.githubusercontent.com/297604/55168267-873a1c00-5140-11e9-93b9-f5ca86e70098.gif)
Friendly reminder: Looks like this PR hasn’t been backported yet. |
This is a quick follow up for #33093 as I realised that I've missed the
ts-loader
usage in that particular file. All the typescript code should be loaded usingbabel-loader
right now. I'm just tagging this for8.0.0
as it looks like that file doesn't exist for7.x
.