mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Standardised module loading system & fixed build system
Fixed broken build system in broken webpack version. Also updates module system to standardise on ES6 import/exports, Especially since babel has changed it's 'default' logic for the old module system.
This commit is contained in:
@ -69,4 +69,4 @@ class ChapterToggle {
|
||||
|
||||
}
|
||||
|
||||
module.exports = ChapterToggle;
|
||||
export default ChapterToggle;
|
||||
|
Reference in New Issue
Block a user