* Fixed null error in plugin opts and added a test for it * Remove !opts and add opts === null check to avoid confusion with false and undefined cases Co-Authored-By: divbhasin <divbest99@gmail.com>
@babel/core
Babel compiler core.
See our website @babel/core for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/core
or using yarn:
yarn add @babel/core --dev