Closed
Description
I have a babel.config.js
in the root of my project and it was perfectly loaded with Webpacker 5.
With Webpacker 6 the babel.config.js
file is not loaded anymore. Instead it seems to load this file (https://github.com/rails/webpacker/blob/master/package/babel/preset.js).
How can I override this and load my own babel.config.js
file?
I've changed the babel
config in package.json
:
"babel": {
"presets": [
"./babel.config.js"
]
},
but it doesn't work.
Metadata
Metadata
Assignees
Labels
No labels