scaffolder-backend: clarify purpose of nunjucks build script
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -50,6 +50,8 @@ const NUNJUCKS_LICENSE = `/**
|
||||
*/
|
||||
`;
|
||||
|
||||
// This script is used to bundle nunjucks into a single script that is
|
||||
// loaded into a sandbox for executing templates.
|
||||
require('esbuild')
|
||||
.build({
|
||||
entryPoints: [require.resolve('nunjucks')],
|
||||
|
||||
Reference in New Issue
Block a user