blob: a5111798d3c6c3cd1819222e810b19db65b7cd60 [file] [log] [blame]
export const imports = {
<% entries.forEach(function(entry) { %>'<%- entry.filepath %>': () =>
import(/* webpackPrefetch: true, webpackChunkName: "<%- entry.slug %>" */ '<%- entry.filepath %>'),<% }) %>
}