Relative paths fail due to regexp typo
See original GitHub issuehttps://github.com/webpack/memory-fs/blob/master/lib/MemoryFileSystem.js#L39
I think it should be /^[A-Za-z]+/ instead of /^[A-Za-z]:/ over there.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Storybook fails when relative paths to stories don't match entry ...
With unusual paths to stories in main.js , it is possible to get stories whose relative path doesn't match the regex that gets...
Read more >Python Regex to replace absolute paths in text to relative ...
Since it's all Python, I would do something like this: import re thestring = "String that has a path as /Users/MyName/moreofPath/evenmore/ ...
Read more >Can we give regular expression in Resolve Path to Policies ...
No, you can't use Regex syntax in a relative path. And, you can't directly define a relative path with /fixed/value/dynamic/dynamic/fixed/value, ...
Read more >perlre - Perl regular expressions - Perldoc Browser
This page describes the syntax of regular expressions in Perl. ... it is either a fatal syntax error, or treated as a regular...
Read more >Regular Expressions: Regexes in Python (Part 1)
In this tutorial, you'll explore regular expressions, also known as regexes, in Python. A regex is a special sequence of characters that defines...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@NicholasGWK thats what ive got too. pretty annoying…
output.pathmust be an absolute value. This is also required by webpack.