Skip to content

Commit 981fdc6

Browse files
authored
Use non-deprecated options key
1 parent 35f6249 commit 981fdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/babel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Need to extend the Babel configuration further? The easiest way is via
2525
}, {
2626
// node_modules is not processed through Babel by default
2727
// but you can whitelist specific modules to process
28-
include_node_modules: ['foundation-sites'],
28+
includeNodeModules: ['foundation-sites'],
2929
3030
// or completely control the exclude rule (note that you
31-
// can't use both "include_node_modules" and "exclude" at
31+
// can't use both "includeNodeModules" and "exclude" at
3232
// the same time)
3333
exclude: /bower_components/
3434
})

0 commit comments

Comments
 (0)