We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d77b3 commit 52e94c0Copy full SHA for 52e94c0
lib/loader/file-loader.ts
@@ -177,7 +177,7 @@ function transformFileLoaderResult(
177
if (resolvedValue !== null) {
178
if (typeof resolvedValue === 'string') {
179
// resolve reference first
180
- if (resolvedValue.match(/\$\{(.+?)\}/)) {
+ if (resolvedValue.match(/(?!(?<=\\))\$\{(.+?)\}/)) {
181
try {
182
resolvedValue = transformFileLoaderResult(
183
resolvedValue,
0 commit comments