You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use thread-loader with babel-loader but I have this error:
".exclude[0] must be a string/Function/RegExp."
"Error: .exclude[0] must be a string/Function/RegExp.
at c:\Code\Development\Applications\node_modules@babel\core\lib\config\validation\option-assertions.js:180:15
at Array.forEach ()
at assertConfigApplicableTest (c:\Code\Development\Applications\node_modules@babel\core\lib\config\validation\option-assertions.js:178:11)
at c:\Code\Development\Applications\node_modules@babel\core\lib\config\validation\options.js:107:5
at Array.forEach ()
at validateNested (c:\Code\Development\Applications\node_modules@babel\core\lib\config\validation\options.js:83:21)
at validate (c:\Code\Development\Applications\node_modules@babel\core\lib\config\validation\options.js:74:10)
at loadPrivatePartialConfig (c:\Code\Development\Applications\node_modules@babel\core\lib\config\partial.js:66:50)
at Object.loadPartialConfig (c:\Code\Development\Applications\node_modules@babel\core\lib\config\partial.js:110:18)
at Object. (c:\Code\Development\Applications\node_modules\babel-loader\lib\index.js:144:26)"
I have an exclude option set on bable-loader, but even if i comment it out I have the error.
Hi, I'm trying to use thread-loader with babel-loader but I have this error:
I have an exclude option set on bable-loader, but even if i comment it out I have the error.
The text was updated successfully, but these errors were encountered: