Inline scripts in HTML files

This commit is contained in:
Michael Jackson
2019-01-24 15:49:21 -08:00
parent e6134b0969
commit ea85062ff6
16 changed files with 350 additions and 136 deletions

View File

@ -49,7 +49,8 @@ function entryManifest() {
entryPoints.push({
format: options.format,
globalImports: globalImports,
url: publicPath + fileName
url: publicPath + fileName,
code: info.code
});
});