Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 092f1f7

Browse files
committed
Stub out user_profile_service_validator
1 parent 9b84bb6 commit 092f1f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/optimizely-sdk/ext/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
// config_validator
2+
// config_validator, user_profile_service_validator
33
validate: () => true,
44

55
// config_validator

packages/optimizely-sdk/rollup.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const esModuleConfig = {
4848
alias({ entries: [
4949
{ find: /.*\/utils\/config_validator/,
5050
replacement: path.resolve(__dirname, 'ext/validator') },
51+
{ find: /.*\/utils\/user_profile_service_validator/,
52+
replacement: path.resolve(__dirname, 'ext/validator') },
5153
]}),
5254
resolve(),
5355
commonjs(),

0 commit comments

Comments
 (0)