Skip to content

Commit 7bfc1bd

Browse files
intellixMRHarrison
authored andcommitted
fix(build): ExtractTextWebpack 2.0.0-rc.1 and remove unsupported prop (angular#4265)
Closes angular#4264
1 parent 45a5c38 commit 7bfc1bd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ember-cli-string-utils": "^1.0.0",
5656
"enhanced-resolve": "^2.3.0",
5757
"exists-sync": "0.0.3",
58-
"extract-text-webpack-plugin": "^2.0.0-beta.5",
58+
"extract-text-webpack-plugin": "^2.0.0-rc.1",
5959
"file-loader": "^0.8.5",
6060
"findup": "0.1.5",
6161
"fs-extra": "^0.30.0",

packages/angular-cli/models/webpack-configs/styles.ts

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
9292
if (globalStylePaths.length > 0) {
9393
rules.push(...baseRules.map(({test, loaders}) => ({
9494
include: globalStylePaths, test, loaders: ExtractTextPlugin.extract({
95-
remove: false,
9695
loader: [
9796
// css-loader doesn't support webpack.LoaderOptionsPlugin properly,
9897
// so we need to add options in its query

packages/angular-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ember-cli-normalize-entity-name": "^1.0.0",
4545
"ember-cli-string-utils": "^1.0.0",
4646
"exists-sync": "0.0.3",
47-
"extract-text-webpack-plugin": "^2.0.0-beta.4",
47+
"extract-text-webpack-plugin": "^2.0.0-rc.1",
4848
"file-loader": "^0.8.5",
4949
"findup": "0.1.5",
5050
"fs-extra": "^0.30.0",

0 commit comments

Comments
 (0)