diff options
Diffstat (limited to 'scripts/post-web-build.js')
-rw-r--r-- | scripts/post-web-build.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/post-web-build.js b/scripts/post-web-build.js index 3b1b62dfd..5b7b07c0d 100644 --- a/scripts/post-web-build.js +++ b/scripts/post-web-build.js @@ -9,10 +9,9 @@ const templateFile = path.join( 'scripts.html', ) -const {entrypoints} = require(path.join( - projectRoot, - 'web-build/asset-manifest.json', -)) +const {entrypoints} = require( + path.join(projectRoot, 'web-build/asset-manifest.json'), +) console.log(`Found ${entrypoints.length} entrypoints`) console.log(`Writing ${templateFile}`) |