Move npm dependencies inside src and add CodeMirror to them#12972
Move npm dependencies inside src and add CodeMirror to them#12972zaggino merged 1 commit intoadobe:masterfrom
Conversation
|
Yeah, definitely prefer this one over all the others. Only thing that bothers me a little bit is the generation of |
|
I'd be in for using |
|
That'd mean introducing another tool, we'd have to use |
|
I agree with introducing another tool being cumbersome, but it's a tool that's fully compatible with For the grunt script the work needed would be basically Disclaimer: I have only used |
|
I think this is the best approach from the three we tried. |
Alternative to #12963
I was wondering if, instead of this approach, we could use some other tool to copy
node_moduleslike using browserify, webpack or others.Ref #12940