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 827eff1 commit 8c99c2aCopy full SHA for 8c99c2a
gulpfile.ts
@@ -29,8 +29,8 @@ const remapIstanbul = require("remap-istanbul/lib/gulpRemapIstanbul");
29
export class Gulpfile {
30
31
rollupExternal = [
32
- ...Object.keys(pkg.peerDependencies),
33
- ...Object.keys(pkg.dependencies)
+ ...Object.keys(pkg.peerDependencies || {}),
+ ...Object.keys(pkg.dependencies || {})
34
];
35
rollupCommonPlugins: Plugin[] = [
36
// Allow json resolution
0 commit comments