Files
hedgedoc-hedgeagent/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
..
2020-11-14 21:18:36 +01:00
2021-01-28 12:30:47 +01:00
2021-05-11 21:28:10 +02:00
2020-11-15 20:12:39 +01:00
2021-06-07 20:59:37 +02:00
2016-11-14 16:45:57 +08:00
2021-05-09 19:21:27 +02:00
2021-02-15 12:15:14 +01:00
2020-11-17 11:13:58 +01:00