Skip to content

Commit

Permalink
chore: decruft
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Jun 30, 2024
1 parent 2f79399 commit 3516d48
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/_data/importMap.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ const LIT_DEPS = [
},
];

const PWA_DEPS = [
{
target: `pwa-helpers@${PWA_HELPER_VERSION}`,
subpaths: [
'.',
'./router.js',
],
},
];

module.exports = async function() {
const { Generator } = await import('@jspm/generator');

Expand All @@ -90,7 +80,6 @@ module.exports = async function() {
'element-internals-polyfill',
`fuse.js@${FUSE_VERSION}`,
...LIT_DEPS,
...PWA_DEPS,
]);

const map = generator.getMap();
Expand Down

0 comments on commit 3516d48

Please sign in to comment.