mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
increase the url limit back to 10000, the recommended value
This commit is contained in:
parent
af305c79e4
commit
b168382c40
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class BaseOptimizer extends EventEmitter {
|
|||
{ test: /\.css$/, loader: ExtractTextPlugin.extract('style', `css${mapQ}`) },
|
||||
{ test: /\.jade$/, loader: 'jade' },
|
||||
{ test: /\.(html|tmpl)$/, loader: 'raw' },
|
||||
{ test: /\.png$/, loader: 'url?limit=2048!file?name=[path][name].[ext]' },
|
||||
{ test: /\.png$/, loader: 'url?limit=10000!file?name=[path][name].[ext]' },
|
||||
{ test: /\.(woff|woff2|ttf|eot|svg)(\?v=[0-9]\.[0-9]\.[0-9])?$/, loader: 'file?name=[path][name].[ext]' },
|
||||
{ test: /\/src\/(plugins|ui)\/.+\.js$/, loader: 'auto-preload-rjscommon-deps' }
|
||||
].concat(this.modules.loaders),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue