Skip to content

Commit 9ca9771

Browse files
committed
docs: add pwa-helpers to import map
1 parent 9582a5e commit 9ca9771

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/_data/importMap.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const fs = require('fs');
22
const path = require('path');
33

4+
// TODO: use https://github.com/jspm/generator to generate the import map from semver ranges
45
module.exports = {
56
'imports': {
67
'lit': 'https://ga.jspm.io/npm:[email protected]/index.js',
@@ -35,6 +36,8 @@ module.exports = {
3536

3637
'marked': 'https://ga.jspm.io/npm:[email protected]/lib/marked.esm.js',
3738
'prismjs': 'https://ga.jspm.io/npm:[email protected]/prism.js',
39+
'pwa-helpers': 'https://ga.jspm.io/npm:[email protected]/pwa-helpers.js',
40+
'pwa-helpers/router.js': 'https://ga.jspm.io/npm:[email protected]/router.js',
3841

3942
'@patternfly/pfe-core': '/core/core/core.js',
4043
'@patternfly/pfe-core/decorators.js': '/core/core/decorators.js',

0 commit comments

Comments
 (0)