From fc9cdc83450ef61f44072007c16fd6979cda23cc Mon Sep 17 00:00:00 2001 From: jhk-mjolner <131662071+jhk-mjolner@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:13:35 +0200 Subject: [PATCH] Updated comment in custom-webpack.config.js With more specificity of why a configuration is needed. --- custom-webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-webpack.config.js b/custom-webpack.config.js index 4b9f7dc..f6a183d 100644 --- a/custom-webpack.config.js +++ b/custom-webpack.config.js @@ -20,7 +20,7 @@ const config = { type: 'asset/resource' } ], - // this fixes the ttf url loading issue + // this is required for loading .wasm (and other) files. For context, see https://stackoverflow.com/a/75252098 and https://github.com/angular/angular-cli/issues/24617 parser: { javascript: { url: true