Skip to content

Commit b828fbd

Browse files
committed
v4.5.4
1 parent 79d6193 commit b828fbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-css-only",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "Rollup plugin that bundles imported css",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

src/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { createFilter } from '@rollup/pluginutils'
2+
import { parse } from 'node:path'
23

34
export default function css(options = {}) {
45
const filter = createFilter(options.include || ['**/*.css'], options.exclude)

0 commit comments

Comments
 (0)