mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge branch 'master' of github.com:elastic/kibana into chore/upgradeEsjs
This commit is contained in:
commit
6914dc7ca5
3 changed files with 5 additions and 3 deletions
|
@ -62,8 +62,8 @@
|
|||
"angular-elastic": "2.5.0",
|
||||
"angular-route": "1.2.28",
|
||||
"ansicolors": "^0.3.2",
|
||||
"autoprefixer": "^5.2.0",
|
||||
"autoprefixer-loader": "^2.0.0",
|
||||
"autoprefixer": "5.1.x",
|
||||
"autoprefixer-loader": "2.0.x",
|
||||
"babel": "^5.8.21",
|
||||
"babel-core": "^5.8.22",
|
||||
"babel-loader": "^5.3.2",
|
||||
|
|
|
@ -78,6 +78,8 @@ class BaseOptimizer {
|
|||
devtoolModuleFilenameTemplate: '[absolute-resource-path]'
|
||||
},
|
||||
|
||||
recordsPath: resolve(this.env.workingDir, 'webpack.records'),
|
||||
|
||||
plugins: [
|
||||
new webpack.ResolverPlugin([
|
||||
new DirectoryNameAsMain()
|
||||
|
|
|
@ -6,7 +6,7 @@ module.exports = function (grunt) {
|
|||
return {
|
||||
options: {
|
||||
directory: directory,
|
||||
branch: 'master',
|
||||
branch: '2.0',
|
||||
fresh: !grunt.option('esvm-no-fresh'),
|
||||
config: {
|
||||
path: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue