{"id":19071921,"url":"https://github.com/cyansalt/babel-preset-omit-plugins","last_synced_at":"2026-02-07T10:04:30.865Z","repository":{"id":75134308,"uuid":"461885742","full_name":"CyanSalt/babel-preset-omit-plugins","owner":"CyanSalt","description":"Omit certain plugins from a Babel preset","archived":false,"fork":false,"pushed_at":"2024-05-22T02:45:36.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T21:50:46.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyanSalt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-21T14:00:10.000Z","updated_at":"2024-05-22T02:45:39.000Z","dependencies_parsed_at":"2024-05-22T03:39:12.149Z","dependency_job_id":"527b2d83-c0ce-4dbe-9cfc-c80041663b8f","html_url":"https://github.com/CyanSalt/babel-preset-omit-plugins","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"3f2a45324a30515e8187b0870d73519293593781"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CyanSalt/babel-preset-omit-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fbabel-preset-omit-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fbabel-preset-omit-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fbabel-preset-omit-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fbabel-preset-omit-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyanSalt","download_url":"https://codeload.github.com/CyanSalt/babel-preset-omit-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fbabel-preset-omit-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266231762,"owners_count":23896473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T01:32:40.376Z","updated_at":"2026-02-07T10:04:30.834Z","avatar_url":"https://github.com/CyanSalt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-preset-omit-plugins\n\n[![npm](https://img.shields.io/npm/v/babel-preset-omit-plugins.svg)](https://www.npmjs.com/package/babel-preset-omit-plugins)\n\nOmit certain plugins from a Babel preset.\n\n\u003e [!WARNING]\n\u003e This package is not yet stable. Please take special care before using it in a production environment.\n\n## Usage\n\n```shell\nnpm install --save-dev babel-preset-omit-plugins\n```\n\n```js\n// babel.config.js\nmodule.exports = {\n  presets: [\n    ['babel-preset-omit-plugins', {\n      preset: 'preset-module',\n      plugins: [\n        'plugin-module-1',\n        'plugin-module-2',\n        // ...\n      ],\n    }],\n  ],\n}\n```\n\nFor example, if you are using the [Vue CLI](https://cli.vuejs.org/) and want to disable the [Decorators](https://babeljs.io/docs/en/babel-plugin-proposal-decorators), you can:\n\n```js\n// babel.config.js\nmodule.exports = {\n  presets: [\n    ['babel-preset-omit-plugins', {\n      preset: '@vue/cli-plugin-babel/preset',\n      plugins: [\n        '@babel/plugin-proposal-decorators',\n      ],\n    }],\n  ],\n}\n```\n\nIf you need to provide options for the passed presets, you can use the array syntax of Babel configuration:\n\n```js\n// babel.config.js\nmodule.exports = {\n  presets: [\n    ['babel-preset-omit-plugins', {\n      preset: [\n        '@vue/cli-plugin-babel/preset',\n        {\n          // For example only\n          targets: { esmodules: true },\n        },\n      ],\n      plugins: [\n        '@babel/plugin-proposal-decorators',\n      ],\n    }],\n  ],\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Fbabel-preset-omit-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyansalt%2Fbabel-preset-omit-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Fbabel-preset-omit-plugins/lists"}