GoScrobble/web/node_modules/babel-plugin-syntax-object-rest-spread/lib/index.js

13 lines
258 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
"use strict";
exports.__esModule = true;
exports.default = function () {
return {
manipulateOptions: function manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("objectRestSpread");
}
};
};
module.exports = exports["default"];