Skip to content

Commit

Permalink
fix: warn on usage of serverless-bundle when esbuild is not disabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmarzex committed May 22, 2024
1 parent 7ac0406 commit be05936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/plugin-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const internalPlugins = [
let hooksIdCounter = 0;
let nestTracker = 0;

const typescriptPlugins = ['serverless-esbuild', 'serverless-typescript', 'serverless-webpack'];
const typescriptPlugins = ['serverless-esbuild', 'serverless-typescript', 'serverless-webpack', 'serverless-bundle'];

const mergeCommands = (target, source) => {
if (!target) return source;
Expand Down

0 comments on commit be05936

Please sign in to comment.