2martens.de/_assets/gulp_config/dependencies.js

13 lines
265 B
JavaScript

"use strict";
let dependencies = {};
dependencies.files = [
//"~babel-polyfill/dist/polyfill",
"~popper.js/dist/popper",
"~bootstrap/js/dist/util",
"~bootstrap/js/dist/collapse",
"~bootstrap/js/dist/tooltip",
];
module.exports = dependencies;