Add new flag that indicates if a module has exports (#9171)

This commit is contained in:
Daniel Tschinder
2018-12-12 21:24:44 -08:00
committed by GitHub
parent b60adce4cb
commit f4eec5ca79
6 changed files with 34 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
{
"plugins": [
"transform-modules-commonjs"
]
}