Skip to content

Commit

Permalink
chore: update rollup configuration file comments
Browse files Browse the repository at this point in the history
  • Loading branch information
condorheroblog committed Sep 5, 2024
1 parent fdc9e52 commit c981a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-plugin-fake-server/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { dts } from "rollup-plugin-dts";
import esbuild from "rollup-plugin-esbuild";
import { nodeExternals } from "rollup-plugin-node-externals";

/** @type {import("./package.json")} */
const pkg = JSON.parse(readFileSync("./package.json", "utf-8"));
const external = [...Object.keys(pkg.devDependencies)];

Expand Down

0 comments on commit c981a3a

Please sign in to comment.