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

Commit 9b84bb6

Browse files
committed
Single validator module since all validator modules are similar
1 parent 67f9ec5 commit 9b84bb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
// config_validator
23
validate: () => true,
4+
5+
// config_validator
36
validateDatafile: () => true
47
}

packages/optimizely-sdk/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const esModuleConfig = {
4747
plugins: [
4848
alias({ entries: [
4949
{ find: /.*\/utils\/config_validator/,
50-
replacement: path.resolve(__dirname, 'ext/config_validator.js') },
50+
replacement: path.resolve(__dirname, 'ext/validator') },
5151
]}),
5252
resolve(),
5353
commonjs(),

0 commit comments

Comments
 (0)