David Mehren 1c023e7881
Lazy-load abcjs
This commit moves the import of abcjs into a `require.ensure` block,
that is only executed when a abc diagram is actually present
in a note. Webpack automatically splits the library into a separate
chunk and loads that on demand.

To ensure that abc code-blocks are not treated as normal
code-blocks while the chunk is loading, a corresponding check is added
to `finishView`.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-06-11 09:29:26 +02:00
..
2021-02-15 12:15:14 +01:00
2021-06-11 09:29:26 +02:00
2021-02-15 12:15:14 +01:00
2021-06-07 20:59:37 +02:00
2019-05-31 00:30:29 +02:00
2021-02-15 12:15:14 +01:00
2021-02-15 12:15:14 +01:00
2021-02-15 12:15:14 +01:00
2021-02-15 12:15:14 +01:00