canirequire › CommonJS › rollup-plugin-postcss
Is rollup-plugin-postcss ESM-only? Can you require() it?
Seamless integration between Rollup and PostCSS
Last verified Sep 9, 2026 against rollup-plugin-postcss@4.0.2. JSON
CommonJS CommonJS — require() works on every Node.js version
rollup-plugin-postcss ships CommonJS only. require("rollup-plugin-postcss") works everywhere. import "rollup-plugin-postcss" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.
Does rollup-plugin-postcss@4.0.2 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("rollup-plugin-postcss") from a CommonJS file and import "rollup-plugin-postcss" from an ES module.
| Runtime | require("rollup-plugin-postcss") | import "rollup-plugin-postcss" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import rollup-plugin-postcss
ES modules (import)
import rollupPluginPostcss from "rollup-plugin-postcss";Named imports from a CommonJS package only work when Node.js can statically detect them. If a named import fails, use the default import and destructure.
CommonJS (require)
const rollupPluginPostcss = require("rollup-plugin-postcss");Module format by version
Derived from the type, main and exports fields of every stable release on npm (86 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.2 – 4.0.2 | CommonJS | Jan 10, 2018 |
Frequently asked
Is rollup-plugin-postcss ESM-only?
rollup-plugin-postcss@4.0.2 is a CommonJS package. rollup-plugin-postcss ships CommonJS only. require("rollup-plugin-postcss") works everywhere. import "rollup-plugin-postcss" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.
Can I import rollup-plugin-postcss with ES module syntax?
Yes. import rollupPluginPostcss from "rollup-plugin-postcss" works in Node.js and Bun because they support importing CommonJS modules. Named imports work only when Node.js can statically detect the exports.
Does rollup-plugin-postcss work in Bun?
Yes. import "rollup-plugin-postcss" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does rollup-plugin-postcss ship TypeScript types?
Yes. rollup-plugin-postcss bundles its own type declarations; no @types package is needed.
Links
Other commonjs packages
- debug 4.4.3CommonJS
- semver 7.8.5CommonJS
- ms 2.1.3CommonJS
- picomatch 4.0.7CommonJS
- ajv 8.20.0CommonJS
- source-map 0.8.0CommonJS
- react-is 19.2.8CommonJS
- readable-stream 4.7.0CommonJS
Similar popularity
- chai-as-promised 8.0.2ESM-only
- @angular/language-service 22.1.5CommonJS
- vuedraggable 2.24.3CommonJS
- shx 0.4.0CommonJS
- normalize.css 8.0.1No entry
- babel-plugin-transform-object-rest-spread 6.26.0CommonJS
- vue-style-loader 4.1.3CommonJS
- size-limit 13.0.3ESM-only