
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
babel-plugin-seek-style-guide
Advanced tools
Optimise your bundle by automatically rewriting import statements from seek-style-guide
Optimise your bundle by automatically rewriting import statements from seek-style-guide.
For example, turn this:
import { Text, Button } from 'seek-style-guide/react';
Into this:
import Text from 'seek-style-guide/react/Text/Text';
import Button from 'seek-style-guide/react/Button/Button';
First, install from npm:
$ npm install --save-dev babel-plugin-seek-style-guide
Then, add seek-style-guide
to the plugins list in your Babel config. For example, in .babelrc
:
{
"plugins": ["seek-style-guide"]
}
Refer to CONTRIBUTING.md.
MIT.
FAQs
Optimise your bundle by automatically rewriting import statements from seek-style-guide
We found that babel-plugin-seek-style-guide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.