diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-02-20 17:16:29 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-02-20 17:16:29 +0100 |
commit | 0ad2935a1f6436d62251f30e826c9c78bfd49525 (patch) | |
tree | e9852ed84b8e6520361dbe514c98e13d69672be7 /node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js | |
parent | 23f4998dfec5edc8f0ce134d848c996d434181ba (diff) |
node_modules
Diffstat (limited to 'node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js')
-rw-r--r-- | node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js b/node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js new file mode 100644 index 000000000..8f1fcbc6a --- /dev/null +++ b/node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js @@ -0,0 +1,13 @@ +"use strict"; + +exports.__esModule = true; + +exports.default = function () { + return { + manipulateOptions: function manipulateOptions(opts, parserOpts) { + parserOpts.plugins.push("objectRestSpread"); + } + }; +}; + +module.exports = exports["default"];
\ No newline at end of file |