mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
Optimize and improve bundling (#547)
* Optimize and improve bundling * Bump version * Update path to main script
This commit is contained in:
parent
866c38af2a
commit
71f8d76787
12 changed files with 708 additions and 1679 deletions
|
|
@ -55,7 +55,7 @@
|
|||
<script src="./tools/inline-code/dist/bundle.js"></script><!-- Inline Code -->
|
||||
|
||||
<!-- Load CodeX Editor's Core -->
|
||||
<script src="../build/codex-editor.js"></script>
|
||||
<script src="../dist/codex-editor.js"></script>
|
||||
|
||||
<!-- Initialization -->
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue