gecko-dev/devtools/client/webconsole/.babelrc
Nicolas Chevobbe 95ed6cf8b9 Bug 1438476 - Fix launchpad configuration for console and netmonitor; r=jdescottes.
Since we don't run babel on the mocha tests anymore, we don't need to have a dedicated
env config in babelrc.
Also, bump min node version in both netmonitor and webconsole since we require async/await
to be supported.
Remove the "devDependencies" from netmonitor as we don't really have any use of it.

MozReview-Commit-ID: Ep4u59TZHAf

--HG--
extra : rebase_source : f3b184c83b063fdf1758b2ed4ecf57dd1b16641d
2018-02-16 14:59:51 +01:00

8 lines
119 B
Plaintext

{
"plugins": [
"transform-flow-strip-types",
"transform-react-jsx",
"transform-object-rest-spread"
]
}