We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8486898 commit d558740Copy full SHA for d558740
packages/serverless/rollup.npm.config.js
@@ -1,3 +1,7 @@
1
import { makeBaseNPMConfig, makeNPMConfigVariants } from '../../rollup/index.js';
2
3
-export default makeNPMConfigVariants(makeBaseNPMConfig());
+export default makeNPMConfigVariants(
4
+ makeBaseNPMConfig({
5
+ entrypoints: ['src/index.ts', 'src/awslambda-auto.ts'],
6
+ }),
7
+);
0 commit comments