mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
roll back to webpack 2.1.0-beta.27
This commit is contained in:
@@ -115,6 +115,8 @@
|
|||||||
"@types/webfontloader": "1.6.27",
|
"@types/webfontloader": "1.6.27",
|
||||||
"angular2-template-loader": "0.6.0",
|
"angular2-template-loader": "0.6.0",
|
||||||
"autoprefixer": "6.5.4",
|
"autoprefixer": "6.5.4",
|
||||||
|
"ajv": "4.2.0",
|
||||||
|
"ajv-keywords": "1.1.1",
|
||||||
"awesome-typescript-loader": "2.2.4",
|
"awesome-typescript-loader": "2.2.4",
|
||||||
"codelyzer": "2.0.0-beta.3",
|
"codelyzer": "2.0.0-beta.3",
|
||||||
"concurrently": "3.1.0",
|
"concurrently": "3.1.0",
|
||||||
@@ -160,10 +162,10 @@
|
|||||||
"typedoc": "0.5.1",
|
"typedoc": "0.5.1",
|
||||||
"typescript": "2.0.10",
|
"typescript": "2.0.10",
|
||||||
"v8-lazy-parse-webpack-plugin": "0.3.0",
|
"v8-lazy-parse-webpack-plugin": "0.3.0",
|
||||||
"webpack": "2.2.0-rc.3",
|
"webpack": "2.1.0-beta.27",
|
||||||
"webpack-bundle-analyzer": "1.4.1",
|
"webpack-bundle-analyzer": "1.4.1",
|
||||||
"webpack-dev-middleware": "1.9.0",
|
"webpack-dev-middleware": "1.9.0",
|
||||||
"webpack-dev-server": "2.2.0-rc.0",
|
"webpack-dev-server": "2.1.0-beta.11",
|
||||||
"webpack-merge": "1.1.1"
|
"webpack-merge": "1.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -68,10 +68,6 @@ export var commonConfig = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
performance: {
|
|
||||||
hints: false
|
|
||||||
},
|
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
// Use commonPlugins.
|
// Use commonPlugins.
|
||||||
]
|
]
|
||||||
|
@@ -166,10 +166,6 @@ module.exports = function (options) {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
performance: {
|
|
||||||
hints: false
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add additional plugins to the compiler.
|
* Add additional plugins to the compiler.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user