no message

Former-commit-id: eec1191238aa909367f3cfbe02bfa7b539ce25ef
Former-commit-id: 159f414851f34eb041b573c47581f587abbdb095
Former-commit-id: ab2915d004843295250809727b35a6070641ebe9
This commit is contained in:
李杨
2018-02-22 13:20:17 +08:00
parent 921f7e1cf6
commit 6b40e73548
6 changed files with 25 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ module.exports = {
{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('src/assets/icons')],
include: [resolve('src/assets/icons/svg')],
options: {
symbolId: 'icon-[name]'
}