From 8177be2fe391aec9c600de77b59c58acd578b014 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 16 Mar 2022 11:23:58 +0100 Subject: [PATCH] fix angular templates integraion --- config/webpack/modules/html.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/webpack/modules/html.js b/config/webpack/modules/html.js index 05709d0a1..c325c76d2 100644 --- a/config/webpack/modules/html.js +++ b/config/webpack/modules/html.js @@ -3,13 +3,7 @@ const path = require('path'); module.exports = { test: /\.html$/i, exclude: /node_modules/, - // type: 'asset/inline', - // generator: { - // dataUrl: { - // encoding: false, - // mimetype: 'application/javascript' - // } - // }, + type: 'javascript/auto', use: [ { loader: 'ngtemplate-loader',