Closed gustaff-weldon closed 3 years ago
Fixes #54
Following a suggestion from one of the commenters I have added replacing of Unicode escaped #. See: https://github.com/webpack/enhanced-resolve#escaping and https://github.com/webpack/enhanced-resolve/blob/master/lib/Resolver.js#L282
#
This solved my problem with the build.
In order to reliably fail the test without the fix, I had to update to the latest Webpack with the Resolver that does the escaping.
Resolver
LGTM, I merged manually as there were conflicts due to some other changes I made this morning. Will update once I release.
Fixes #54
Following a suggestion from one of the commenters I have added replacing of Unicode escaped
#
. See: https://github.com/webpack/enhanced-resolve#escaping and https://github.com/webpack/enhanced-resolve/blob/master/lib/Resolver.js#L282This solved my problem with the build.
In order to reliably fail the test without the fix, I had to update to the latest Webpack with the
Resolver
that does the escaping.