Skip to content

Commit c064839

Browse files
author
uzair-folio3
committed
Update roolup config for ts file
1 parent a7f6a86 commit c064839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const cjsBundleFor = (platform) => ({
4343
typescript(typescriptPluginOptions),
4444
],
4545
external: ['https', 'http', 'url'].concat(Object.keys(dependencies || {})),
46-
input: `lib/index.${platform}.js`,
46+
input: `lib/index.${platform}.ts`,
4747
output: {
4848
exports: 'named',
4949
format: 'cjs',

0 commit comments

Comments
 (0)