UNPKG

255 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4
5exports.default = function () {
6 return {
7 manipulateOptions: function manipulateOptions(opts, parserOpts) {
8 parserOpts.plugins.push("dynamicImport");
9 }
10 };
11};
12
13module.exports = exports["default"];
\No newline at end of file