Skip to content
Snippets Groups Projects
Unverified Commit 7f17629a authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #230 from HumanBrainProject/bugfix_aotMaterialTheme

bugfix: aot build exclude material theme from using raw-loader
parents 4818509b d5937c16
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