Skip to content

Commit 8fad931

Browse files
author
Matt Carroll
committed
Fix configured entry point for json schema validator bundle
1 parent ca0a3bc commit 8fad931

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
@@ -116,7 +116,7 @@ const jsonSchemaBundle = {
116116
typescript(typescriptPluginOptions),
117117
],
118118
external: ['json-schema', '@optimizely/js-sdk-utils'],
119-
input: 'lib/utils/json_schema_validator/index.js',
119+
input: 'lib/utils/json_schema_validator/index.ts',
120120
output: {
121121
exports: 'named',
122122
format: 'cjs',

0 commit comments

Comments
 (0)