diff --git a/webpack.config.ts b/webpack.config.ts index c5ad9882bd..ef8baa5098 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -135,6 +135,7 @@ export default (_env: unknown, argv: {mode?: string}): webpack.Configuration[] = { loader: "handlebars-loader", options: { + ignoreHelpers: true, // Tell webpack not to explicitly require these. knownHelpers: [ "if",