-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
options not work, neither targets ie11 in babel.config.js #925
Comments
I have found the sollution is to skip automaticly merging babel.config.js . I merge it mannuly, like this
what do u think? |
@scil I have the same problem. My project root directory has a .babelrc.js configuration file. I adopted your solution. However, I only need to configure In addition, I think this is a long-standing problem, you can take a look: #823 . |
Thank you. I use both of I use |
Can you print the effective Babel config applied to this file? https://babeljs.io/docs/en/configuration#print-effective-configs |
I'd like to , but my env not support command
|
Webpack Version:
"webpack": "^5.65.0",
Babel Core Version:
"@babel/core": "^7.16.7",
Babel Loader Version:
"babel-loader": "^8.2.3",
Please tell us about your environment:
Windows 10
Current behavior:
not support ie 11, arrow function not converted.
babel config file
Expected/desired behavior:
support ie 11, convert arrow function like this
The text was updated successfully, but these errors were encountered: