Skip to content

Commit 49616e2

Browse files
committed
fix: rollup conf
1 parent 07a46d0 commit 49616e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/rollup.config.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import pkg from "./package.json";
22
import typescript from "@rollup/plugin-typescript";
33

44
export default {
5-
external: Object.keys(pkg.dependencies),
5+
external: Object.keys(pkg.dependencies ?? {}),
66
input: "src/index.ts",
77
plugins: [typescript()],
88
output: [

0 commit comments

Comments
 (0)