mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
[folder structure] Cleanup missing folder changes, update docs
This commit is contained in:
parent
832e5151f4
commit
dfaf777eef
3 changed files with 17 additions and 17 deletions
|
@ -114,7 +114,7 @@ class BaseOptimizer {
|
|||
{ test: /\.(html|tmpl)$/, loader: 'raw' },
|
||||
{ test: /\.png$/, loader: 'url?limit=10000&name=[path][name].[ext]' },
|
||||
{ test: /\.(woff|woff2|ttf|eot|svg|ico)(\?|$)/, loader: 'file?name=[path][name].[ext]' },
|
||||
{ test: /[\/\\]src[\/\\](plugins|ui)[\/\\].+\.js$/, loader: `rjs-repack${mapQ}` },
|
||||
{ test: /[\/\\]src[\/\\](core_plugins|ui)[\/\\].+\.js$/, loader: `rjs-repack${mapQ}` },
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: babelExclude.concat(this.env.noParse),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue