mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
Feature: remove bundles (#1541)
* Remove dist directory * Ignore dist directory * Remove local file usage * Add error banner for missing bundle * Update CHANGELOG.md * Fix missed code * Add mkdir dist command
This commit is contained in:
parent
c106819184
commit
fbd4bd9e0a
14 changed files with 33 additions and 545 deletions
|
|
@ -71,7 +71,7 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/inline-code@latest"></script><!-- Inline Code -->
|
||||
|
||||
<!-- Load Editor.js's Core -->
|
||||
<script src="../dist/editor.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
|
||||
|
||||
<!-- Initialization -->
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue