Skip to content

Commit

Permalink
Move embed script to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Oct 22, 2021
1 parent 00349ab commit 83667e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/process-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ProcessHtmlPlugin extends Plugin {
}

_writeEmbedScript() {
let js = fs.readFileSync(path.join(__dirname, '..', 'public', 'embed.js'), {
let js = fs.readFileSync(path.join(__dirname, '..', 'vendor', 'embed.js'), {
encoding: 'utf8',
});

Expand Down
File renamed without changes.

0 comments on commit 83667e2

Please sign in to comment.