Skip to content

Commit

Permalink
emitHTML fixed, need to fix asset importing
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 8, 2020
1 parent 4ede449 commit 0221041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emitHtmlFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export function rewriteScripts({ dom, manifest, baseUrl }) {

const baseFile = path.parse(script.src).name;
const jsFile = manifest.entrypoints[baseFile].js;
console.log(fixUrl({ baseUrl, file: jsFile }));
script.src = fixUrl({ baseUrl, file: jsFile });

const cssFile = manifest.entrypoints[baseFile].css;
Expand Down

0 comments on commit 0221041

Please sign in to comment.