hedgedoc/public
David Mehren bd62e79f7d
Load ot without script-loader
The ot library is tricky to load with Webpack, as it writes
it's functions into a global `ot` object and does not export anything.
I got it working using `exports-loader` to put the `ot` object
into a CommonJS export and then forcing Webpack to only
load using CommonJS.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-06-07 20:59:37 +02:00
..
banner
css
docs Add release notes for 1.8.2 2021-05-11 21:28:10 +02:00
fonts
icons
js Load ot without script-loader 2021-06-07 20:59:37 +02:00
uploads
vendor Load jquery-ui resizable from npm package 2021-06-07 20:59:23 +02:00
views Escape custom Open Graph tags 2021-05-09 19:21:27 +02:00
.eslintrc.js
default.md
screenshot.png