Skip to content

Commit

Permalink
Merge pull request #860 from alpheios-project/i850-webpack-chunks-2
Browse files Browse the repository at this point in the history
Reorganize chunks
  • Loading branch information
irina060981 authored Jul 12, 2022
2 parents 4238e7b + 4103264 commit d33cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/controllers/download-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class DownloadController {
static async htmlDownloadAll (data, fileName) {
const params = ['theme', 'stylePath', 'jsPath', 'fullData']

const htmlTemplateLib = await import(/* webpackPrefetch: true */ '@/lib/download/html-temp-js')
const htmlTemplateLib = await import('@/lib/download/html-temp-js')

let htmlTemplate = htmlTemplateLib.default.template

Expand Down

0 comments on commit d33cb44

Please sign in to comment.