We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3a15899 commit c1cd693Copy full SHA for c1cd693
src/index.es6.js
@@ -8,7 +8,7 @@ const maps = {};
8
function resolveValue(value) {
9
const start = value.indexOf(`${VAR_FUNC_IDENTIFIER}(`);
10
if (start === -1) {
11
- return [value];
+ return value;
12
}
13
14
value.match(/var\(\S*\)/g).map(match => {
0 commit comments