Skip to content

Commit

Permalink
build: use upstream version of rollup-plugin-import-css
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Aug 19, 2024
1 parent ec2c15c commit 1378f6e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"rollup": "^4.19.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"@justfork/rollup-plugin-import-css": "^3.5.1",
"rollup-plugin-import-css": "^3.5.1",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"vue": "^3.4.33",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import replace from "@rollup/plugin-replace";
import esbuild from "rollup-plugin-esbuild";
import { dts } from "rollup-plugin-dts";
import css from "@justfork/rollup-plugin-import-css";
import css from "rollup-plugin-import-css";
import { injectVueDemi } from "./scripts/rollup.mjs";

/**
Expand Down

0 comments on commit 1378f6e

Please sign in to comment.