"src/pages/workbench/component-center/app-build/index.vue" did not exist on "935eeef4a4b9b045e00640c5cdbf7610d3bc9bfa"
Commit 74ce3dc8 authored by 刘殿昕's avatar 刘殿昕

修改base文件element字体limit

parent 90fe0924
......@@ -68,11 +68,12 @@ module.exports = {
name: utils.assetsPath('media/[name].[hash:7].[ext]')
}
},
// limit限制100k,超过100k请求网络资源
{
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
loader: 'url-loader',
options: {
limit: 10000,
limit: 100000,
name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
}
}
......
Markdown is supported
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