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
I have BABEL_DISABLE_CACHE=1 set and I've tried setting cacheDirectory: false and neither option helps (as expected since the comment is missing from the output).
After some more research, it seems that setting modules: false instead of modules: "umd" fixes the issue. I tried it with the other possible values for modules and it only seems to work correctly for commonjs and false.
I have
BABEL_DISABLE_CACHE=1
set and I've tried settingcacheDirectory: false
and neither option helps (as expected since the comment is missing from the output)..babelrc contents:
webpack.config.js:
input code:
relevant output:
The text was updated successfully, but these errors were encountered: