UNPKG

278 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6/**
7 * Register some plugins
8 */
9
10function registerPlugins(compiler, plugins) {
11 for (var i = 0; i < plugins.length; i++) {
12 plugins[i].apply(compiler);
13 }
14}
15
16exports.default = registerPlugins;
\No newline at end of file