From d5937c161b8e4bf2b4517b8aa62762193ca44455 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Thu, 27 Jun 2019 12:21:25 +0200 Subject: [PATCH] bugfix: aot build exclude material theme from using raw-loader --- webpack.aot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.aot.js b/webpack.aot.js index 2387968a7..0b8ac2211 100644 --- a/webpack.aot.js +++ b/webpack.aot.js @@ -34,7 +34,7 @@ module.exports = merge(staticAssets, { }, { test : /\.(html|css)$/, - exclude : /export\_nehuba|index|res\/css|plugin_example/, + exclude : /export\_nehuba|index|res\/css|plugin_example|material\/prebuilt-themes/, use : { loader : 'raw-loader', } -- GitLab