@shgysk8zer0/importmap v1.4.68
@shgysk8zer0/importmap
Front-End dependencies based on <script type="importmap">
Intended for use with rollup
and @shgysk8zer0/rollup-import
.
Installation
npm i @shgysk8zer0/importmap
Example
// rollup.config.js
import { rollupImport } from '@shgysk8zer0/rollup-import';
import { imports } from '@shgysk8zer0/importmap';
export default {
input: 'index.js',
output: {
file: 'index.min.js',
format: 'iife',
sourcemap: true,
},
plugins: [rollupImport({ imports })],
};
For <script type="importmap">
The module exports getImportMapScript()
, which can be used to generate the
required importmap <script>
:
import { getImportMapScript } from '@shgysk8zer0/importmap';
getImportMapScript();
Which results in:
<script type="importmap" integrity="sha384-...">{"imports": {}, "scope": {}}</script>
CLI
Create / update local importmap JSON or YAML files.
Usage: importmap-utils [options]
CLI utility for updating importmap files
Options:
-V, --version output the version number
-i, --input [input] local JSON or YAML importmap file
-e, --encoding [encoding] encoding (default: "utf8")
-f, --format [format] output format
-o, --output <output> output file
-h, --help display help for command
CLI Example
importmap-utils -o importmap.json
# Or...
importmap-utils -i importmap.json -o importmap.yml -f yaml
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
8 months ago
9 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
7 months ago
8 months ago
7 months ago
7 months ago
9 months ago
9 months ago
4 months ago
3 months ago
3 months ago
2 months ago
3 months ago
2 months ago
2 months ago
2 months ago
2 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
6 months ago
7 months ago
6 months ago
5 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
10 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
10 months ago
11 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
11 months ago
11 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago