npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

babel-preset-optimise

v1.0.4

Published

Babel preset with optimizations in mind, modern output

Downloads

58

Readme

babel-preset-optimise npm version License Libera Manifesto

Babel preset with optimizations in mind, modern output

Please consider following this project's author, Charlike Mike Reagent, and :star: the project to show your :heart: and support.

Code style CircleCI linux build CodeCov coverage status Renovate App Status Make A Pull Request Time Since Last Commit

If you have any how-to kind of questions, please read the Contributing Guide and Code of Conduct documents. For bugs reports and feature requests, please create an issue or ping @tunnckoCore at Twitter.

Conventional Commits Minimum Required Nodejs NPM Downloads Monthly NPM Downloads Total Share Love Tweet Twitter

Project is semantically versioned & automatically released from GitHub Actions with Lerna.

Become a Patron Buy me a Kofi PayPal Donation Bitcoin Coinbase Keybase PGP

| Topic | Contact | | :--------------------------------------------------------------- | ------------------------------------------------: | | Any legal or licensing questions, like private or commerical use | tunnckocore_legal | | For any critical problems and security reports | tunnckocore_security | | Consulting, professional support, personal or team training | tunnckocore_consulting | | For any questions about Open Source, partnerships and sponsoring | tunnckocore_opensource |

Table of Contents

(TOC generated by verb using markdown-toc)

Install

This project requires Node.js >=10.13 (see Support & Release Policy). Install it using yarn or npm. We highly recommend to use Yarn when you think to contribute to this project.

$ yarn add babel-preset-optimise

Usage

module.exports = {
  presets: ['babel-preset-optimise'],
};

Note: initially it was meant to be called babel-preset-optimize, but the package was squatted before I get able to push all this things. Born in discussion with @JounQin in 1stG/configs issue#8.

What it includes?

It uses the most recent and modern preset by the Babel Team - @babel/preset-modules, plus optionally the TypeScript and the React presets. It also includes a several optimization plugins from the Babel Minify project which are very well curated for best and small output.

API

Generated using jest-runner-docs.

babelPresetOptimize

Be aware that when you use minifyBuiltins: true you MAY get a bigger output, but that's not always guaranteed, just try for your case.

If you want to use JSX (React) pass options.jsx: true. If you want to use JSX (React) + TypeScript pass both { jsx: true, typescript: true }. If you wan to use Preact + TypeScript, { jsx: { pragma: 'h' }, typescript: true }, if options.jsx is an object, it is directly passed to preset-react.

Signature

function(api, options)

Params

  • options {object} - optionally control what can be included
  • options.jsx {boolean} - default false, pass true if you want react; pass an object for more customization (passed to react preset)
  • options.commonjs {boolean} - default false, pass non-falsey value to transform ESModules to CommonJS
  • options.typescript {boolean} - default false, includes the TypeScript preset
  • options.development {boolean} - default false, disables few plugins; when it is true and options.jsx is enabled (true or object) we add options.jsx.development: true too
  • options.minifyBuiltins {boolean} - default false, includes babel-plugin-minify-builtins

back to top

Contributing

Guides and Community

Please read the Contributing Guide and Code of Conduct documents for advices.

For bug reports and feature requests, please join our community forum and open a thread there with prefixing the title of the thread with the name of the project if there's no separate channel for it.

Consider reading the Support and Release Policy guide if you are interested in what are the supported Node.js versions and how we proceed. In short, we support latest two even-numbered Node.js release lines.

Support the project

Become a Partner or Sponsor? :dollar: Check the OpenSource Commision (tier). :tada: You can get your company logo, link & name on this file. It's also rendered on package's page in npmjs.com and yarnpkg.com sites too! :rocket:

Not financial support? Okey! Pull requests, stars and all kind of contributions are always welcome. :sparkles:

Contributors

This project follows the all-contributors specification. Contributions of any kind are welcome!

Thanks goes to these wonderful people (emoji key), consider showing your support to them:

back to top

License

Copyright (c) 2020-present, Charlike Mike Reagent <[email protected]> & contributors. Released under the MPL-2.0 License.