startupjs
startupjs copied to clipboard
[WIP] refactor(babel-plugin-import-to-react-lazy): Refactor and add more tests
- use $path names
- get rid of global
lazyandskip - ...and actually get rid of the
skipcompletely - add more tests
turns out state is shared across all plugins processing a particular file. So have to rollback to using private vars.