We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6669e5 commit 601deedCopy full SHA for 601deed
1 file changed
index.js
@@ -25,12 +25,14 @@ const internal = [
25
'Env',
26
'validateSchema',
27
'pluginResolution',
28
- 'CONSTANTS',
29
].reduce((obj, key) => {
30
obj[key] = `./src/${key}`;
31
return obj;
32
}, {});
33
+// special
34
+internal.CONSTANTS = './src/constants';
35
+
36
Object.keys(internal).forEach(key => {
37
defineProperty(key, internal);
38
});
0 commit comments