Skip to content

Commit

Permalink
No longer need hard coded mirador filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 22, 2022
1 parent 67feef8 commit 1940a2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/default-webpack.config.js
Expand Up @@ -66,9 +66,6 @@ fs.mkdirSync(tempPath, { recursive: true });
let i = 0;

for (const bundle of Object.keys(entry)) {
if (bundle === 'mirador') {
continue;
}
const prune = [];
// extrapolate entry files per bundle
entry[bundle] = entry[bundle].filter((e => {
Expand Down

0 comments on commit 1940a2a

Please sign in to comment.