rename files
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<!-- SCRIPTS -->
|
<!-- SCRIPTS -->
|
||||||
|
|
||||||
<!-- Lacking browser support -->
|
<!-- Lacking browser support -->
|
||||||
<script type="module" src="./redirect-on-lacking-support.js"></script>
|
<script type="module" src="./browser-not-supported.js"></script>
|
||||||
|
|
||||||
<!-- If you do not wish to add extensions by URL, you can add calls
|
<!-- If you do not wish to add extensions by URL, you can add calls
|
||||||
within the following file to svgEditor.setConfig -->
|
within the following file to svgEditor.setConfig -->
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import {fromRollup} from '@web/dev-server-rollup';
|
import {fromRollup} from '@web/dev-server-rollup';
|
||||||
|
// eslint-disable-next-line node/no-unpublished-import
|
||||||
import rollupCommonjs from '@rollup/plugin-commonjs';
|
import rollupCommonjs from '@rollup/plugin-commonjs';
|
||||||
|
|
||||||
const commonjs = fromRollup(rollupCommonjs);
|
const commonjs = fromRollup(rollupCommonjs);
|
||||||
|
|||||||
Reference in New Issue
Block a user