1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Attempted move to webpack again

This commit is contained in:
Dan Brown
2018-03-11 16:16:30 +00:00
parent 67332a2f1b
commit e52bfc0c24
7 changed files with 7853 additions and 2491 deletions

View File

@ -21,7 +21,6 @@ let componentMapping = {
window.components = {};
let componentNames = Object.keys(componentMapping);
initAll();
/**
* Initialize components of the given name within the given element.
@ -53,4 +52,6 @@ function initAll(parentElement) {
}
}
window.components.init = initAll;
window.components.init = initAll;
export default initAll;