{"library":"babel-plugin-transform-import-ignore","type":"library","category":null,"description":"Babel plugin to ignore specific imports (e.g., CSS, SCSS) in Node.js environments, commonly used for server-side rendering. Version 1.1.0 is the latest stable release. Alternates process Webpack's null-loader or similar approaches, but this plugin integrates directly into the Babel pipeline, allowing pattern-based or regex-based ignoring of side-effect imports. It only removes imports that have no assigned variable (e.g., import './style.css'), preserving variable imports. Simple configuration via patterns array with wildcard support.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","babel-plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-plugin-transform-import-ignore","imports":["plugins: [['babel-plugin-transform-import-ignore', { patterns: ['.css'] }]]"]},{"cmd":"yarn add babel-plugin-transform-import-ignore","imports":[]},{"cmd":"pnpm add babel-plugin-transform-import-ignore","imports":[]}],"homepage":null,"github":"https://github.com/hueyhe/babel-plugin-transform-import-ignore","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-transform-import-ignore","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/babel-plugin-transform-import-ignore/compatibility"}}