We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f6249 commit 981fdc6Copy full SHA for 981fdc6
frontend/encore/babel.rst
@@ -25,10 +25,10 @@ Need to extend the Babel configuration further? The easiest way is via
25
}, {
26
// node_modules is not processed through Babel by default
27
// but you can whitelist specific modules to process
28
- include_node_modules: ['foundation-sites'],
+ includeNodeModules: ['foundation-sites'],
29
30
// or completely control the exclude rule (note that you
31
- // can't use both "include_node_modules" and "exclude" at
+ // can't use both "includeNodeModules" and "exclude" at
32
// the same time)
33
exclude: /bower_components/
34
})
0 commit comments