Skip to content
Snippets Groups Projects
Commit d5937c16 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: aot build exclude material theme from using raw-loader

parent 4818509b
No related branches found
No related tags found
No related merge requests found
......@@ -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',
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment