Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Vendor lodash dep in m-c #3189

Closed
jasonLaster opened this issue Jun 19, 2017 · 2 comments
Closed

Vendor lodash dep in m-c #3189

jasonLaster opened this issue Jun 19, 2017 · 2 comments

Comments

@jasonLaster
Copy link
Contributor

It would be nice to vendor lodash in mc. The benefit is that we could use it directly in the debugger without worrying about the bundle size ballooning.

We currently do something like import get from 'lodash/get' with this change we could do import {get} from 'lodash'

@gregtatum
Copy link
Member

I wanted this so many times working in m-c.

@jasonLaster jasonLaster added this to the August 15th milestone Jul 31, 2017
@jasonLaster jasonLaster modified the milestones: September 4th, August 15th Aug 15, 2017
@jasonLaster
Copy link
Contributor Author

This will be done when the new release lands

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants