Skip to content

Commit b11da5d

Browse files
author
uzair-folio3
committed
converted lib/index.browser.js to lib/index.browser.ts in rollup.config.js
1 parent 7f1cd3b commit b11da5d

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
@@ -89,7 +89,7 @@ const umdBundle = {
8989
}),
9090
typescript(typescriptPluginOptions),
9191
],
92-
input: 'lib/index.browser.js',
92+
input: 'lib/index.browser.ts',
9393
output: [
9494
{
9595
name: 'optimizelySdk',

0 commit comments

Comments
 (0)