require.resolve
does not respect ignoreDynamicRequires
option
#1472
Labels
require.resolve
does not respect ignoreDynamicRequires
option
#1472
https://github.com/Mity1299/babel-standalone-webpack-bug
Expected Behavior
When
ignoreDynamicRequires
is set tofalse
, also removerequire.resolve
.Actual Behavior
require.resolve
still exists, which causes webpack to reportCritical dependency: the request of a dependency is an expression
.node_modules\@babel\standalone\babel.js
Additional Information
babel/babel#14301
The text was updated successfully, but these errors were encountered: