- npm: Update devDep

- Docs (code comment): Update comment now that config file is automatically created
This commit is contained in:
Brett Zamir
2019-04-17 08:10:02 +08:00
parent d84f39cb3f
commit 4289d131a2
5 changed files with 9 additions and 9 deletions

View File

@@ -27,8 +27,8 @@
using for at least `String.prototype.includes`, `Array.prototype.includes`,
`String.prototype.startsWith` -->
<script src="external/@babel/polyfill/polyfill.min.js"></script>
<!-- If you do not wish to add extensions by URL, you can load them
by creating the following file and adding by calls to svgEditor.setConfig -->
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script type="module" src="../svgedit-config-es.js"></script>
<!-- FEEDS -->

View File

@@ -28,8 +28,8 @@
using for at least `String.prototype.includes`, `Array.prototype.includes`,
`String.prototype.startsWith` -->
<script src="external/@babel/polyfill/polyfill.min.js"></script>
<!-- If you do not wish to add extensions by URL, you can load them
by creating the following file and adding by calls to svgEditor.setConfig -->
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script defer="defer" src="../svgedit-config-iife.js"></script>
<!-- FEEDS -->

View File

@@ -28,8 +28,8 @@
using for at least `String.prototype.includes`, `Array.prototype.includes`,
`String.prototype.startsWith` -->
<script src="external/@babel/polyfill/polyfill.min.js"></script>
<!-- If you do not wish to add extensions by URL, you can load them
by creating the following file and adding by calls to svgEditor.setConfig -->
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script type="module" src="xdomain-svgedit-config-es.js"></script>
<!-- FEEDS -->

View File

@@ -28,8 +28,8 @@
using for at least `String.prototype.includes`, `Array.prototype.includes`,
`String.prototype.startsWith` -->
<script src="external/@babel/polyfill/polyfill.min.js"></script>
<!-- If you do not wish to add extensions by URL, you can load them
by creating the following file and adding by calls to svgEditor.setConfig -->
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script defer="defer" src="xdomain-svgedit-config-iife.js"></script>
<!-- FEEDS -->