roll back to webpack 2.1.0-beta.27

This commit is contained in:
Giuseppe Digilio
2017-01-10 17:40:56 +01:00
parent 144324e023
commit 9994947ece
3 changed files with 4 additions and 10 deletions

View File

@@ -115,6 +115,8 @@
"@types/webfontloader": "1.6.27",
"angular2-template-loader": "0.6.0",
"autoprefixer": "6.5.4",
"ajv": "4.2.0",
"ajv-keywords": "1.1.1",
"awesome-typescript-loader": "2.2.4",
"codelyzer": "2.0.0-beta.3",
"concurrently": "3.1.0",
@@ -160,10 +162,10 @@
"typedoc": "0.5.1",
"typescript": "2.0.10",
"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-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"
}
}

View File

@@ -68,10 +68,6 @@ export var commonConfig = {
],
},
performance: {
hints: false
},
plugins: [
// Use commonPlugins.
]

View File

@@ -166,10 +166,6 @@ module.exports = function (options) {
]
},
performance: {
hints: false
},
/**
* Add additional plugins to the compiler.
*