Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtantay committed May 31, 2024
1 parent 80a1506 commit c57d6dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,7 @@ export class Baker extends EventEmitter {
webComponentHashRegex,
webComponentsHashedFile
);
bakerEmbedCode = bakerEmbedCode.replace(
bakerPathPrefixRegex,
pathPrefix
);
bakerEmbedCode = bakerEmbedCode.replace(bakerPathPrefixRegex, pathPrefix);

const webComponentJsPath = join(outputDir, webComponentsHashedFile);
let webComponentJsCode = await fs.readFile(webComponentJsPath, 'utf8');
Expand Down

0 comments on commit c57d6dd

Please sign in to comment.