MLH-Fellowship / babel-sandbox

Babel repl-like codesandbox: check out link =>
https://codesandbox.io/s/github/babel/sandboxes
MIT License
6 stars 3 forks source link

Jorge add hot swappable plugins #112

Closed penguingovernor closed 4 years ago

penguingovernor commented 4 years ago
Add loadPlugin and loadPreset

This commit also refactors the plugin logic into a folder called
`plugins`.

Note that at the moment that updating the config will NOT atomically
import the required plugins that should be another PR.
ianjennings commented 4 years ago

@garrettluu I think this might fix the issue on your open pull as well.