mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
* chore(NA): first efforts to enable cache-loader relative paths and disable babel-register cache. chore(NA): allow to use cache-loader results everywhere as a persistent cache. * chore(NA): last change to support cache loader across envs. * fix(NA): cache-loader config generator function scope. * refact(NA): static cache config for dll compiler. * chore(NA): support for force writable cache flag. use built assets for cache on distributable. * chore(NA): update cache-loader to last version. fix(NA): logic bug with force writable cache flag. * chore(NA): move optimize cache to built_assets. * chore(NA): relative paths for sourcemap configurations. * chore(NA): remove redudant check for process.env var. * refact(NA): simplify double negated expression. * chore(NA): remove webpack prefix from devtoolModuleFilenameTemplate. * chore(NA): rename cache write force flag to KBN_CACHE_LOADER_WRITABLE. * chore(NA): readd babel register cache. * chore(NA): change .cache to .ui_bundles_cache * chore(NA): change .ui_bundles_cache to cache/ui_bundles * chore(NA): update gitignore with .babel_register_cache.json * chore(NA): rollback devtool module filename template to asbolute resource path. * chore(NA): apply cache-loader patch. * chore(NA): added new version definition for cache-loader package. * chore(NA): updated yarn lock with new cache-loader version
46 lines
785 B
Text
46 lines
785 B
Text
.aws-config.json
|
|
.signing-config.json
|
|
.ackrc
|
|
/.es
|
|
.DS_Store
|
|
.node_binaries
|
|
node_modules
|
|
!/src/dev/npm/integration_tests/__fixtures__/fixture1/node_modules
|
|
!/src/dev/notice/__fixtures__/node_modules
|
|
trash
|
|
/optimize
|
|
/built_assets
|
|
target
|
|
/build
|
|
.jruby
|
|
.idea
|
|
*.iml
|
|
*.log
|
|
/test/*/failure_debug
|
|
/test/*/screenshots/diff
|
|
/test/*/screenshots/failure
|
|
/test/*/screenshots/session
|
|
/test/*/screenshots/visual_regression_gallery.html
|
|
/html_docs
|
|
.eslintcache
|
|
/plugins/
|
|
/data
|
|
disabledPlugins
|
|
webpackstats.json
|
|
/config/*
|
|
!/config/kibana.yml
|
|
coverage
|
|
selenium
|
|
.babel_register_cache.json
|
|
.webpack.babelcache
|
|
*.swp
|
|
*.swo
|
|
*.out
|
|
/packages/kbn-ui-framework/doc_site/build/*
|
|
!/packages/kbn-ui-framework/doc_site/build/index.html
|
|
package-lock.json
|
|
.yo-rc.json
|
|
.vscode
|
|
*.sublime-*
|
|
npm-debug.log*
|
|
.tern-project
|