diff --git a/src/parsers/babylon-parser.js b/src/parsers/babylon-parser.js index 2548cb6..68e00c7 100644 --- a/src/parsers/babylon-parser.js +++ b/src/parsers/babylon-parser.js @@ -10,7 +10,8 @@ module.exports = (type, plugins) => input => 'classProperties', 'exportExtensions', 'functionBind', - 'functionSent' + 'functionSent', + 'importMeta' ] ) })