I'm seeing an issue when using paths in config that do not start with ./: you can't do absolute paths or relative paths that start with ../.
It appears to be from the use of file.substring(2) as an argument used in builder/patternlab.js:93 like this:
pattern_assembler.process_pattern_iterative(file.substring(2), patternlab);
I'm seeing an issue when using paths in config that do not start with
./: you can't do absolute paths or relative paths that start with../.It appears to be from the use of
file.substring(2)as an argument used inbuilder/patternlab.js:93like this: