We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a46d0 commit 49616e2Copy full SHA for 49616e2
templates/web/rollup.config.js.twig
@@ -2,7 +2,7 @@ import pkg from "./package.json";
2
import typescript from "@rollup/plugin-typescript";
3
4
export default {
5
- external: Object.keys(pkg.dependencies),
+ external: Object.keys(pkg.dependencies ?? {}),
6
input: "src/index.ts",
7
plugins: [typescript()],
8
output: [
0 commit comments