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 8520119 commit 1a2da6aCopy full SHA for 1a2da6a
src/index.ts
@@ -77,6 +77,7 @@ export class TypeScriptPlugin {
77
exclude: [],
78
include: [],
79
}
80
+ // Add plugin to excluded packages or an empty array if exclude is undefined
81
fn.package.exclude = _.uniq([...fn.package.exclude || [], 'node_modules/serverless-plugin-typescript'])
82
83
0 commit comments