Skip to content

Commit

Permalink
angular v2.0.0 updates, webpack upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
borysn committed Sep 15, 2016
1 parent f74cdb2 commit e47bcfd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions frontend/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ module.exports = {
postcss: [autoprefixer],

plugins: [
new webpack.ContextReplacementPlugin(
/angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/,
__dirname
),
new ExtractTextPlugin({
filename: 'css/[name].css',
disable: false, allChunks: true
Expand Down
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
"coverage": "http-server -c-1 -o -p 9875 ./coverage"
},
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6",
"@angular/http": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/platform-server": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/platform-server": "2.0.0",
"@angular/router": "3.0.0",
"bootstrap": "4.0.0-alpha.4",
"core-js": "^2.4.1",
"font-awesome": "^4.6.3",
"jquery": "^3.1.0",
"lodash": "^4.15.0",
"moment": "^2.15.0",
"ng2-bootstrap": "^1.1.2",
"ng2-bootstrap": "^1.1.4",
"rxjs": "5.0.0-beta.12",
"tether": "^1.3.7",
"zone.js": "^0.6.21"
"zone.js": "^0.6.23"
},
"devDependencies": {
"@types/jasmine": "^2.2.33",
Expand All @@ -74,11 +74,11 @@
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.9.0",
"font-awesome-sass-loader": "^1.0.2",
"html-loader": "^0.4.3",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"http-server": "^0.9.0",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.2.0",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.5.1",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
Expand All @@ -88,7 +88,7 @@
"karma-mocha-reporter": "^2.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"node-sass": "^3.9.3",
"node-sass": "^3.10.0",
"postcss-loader": "^0.13.0",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.6.4",
Expand All @@ -105,8 +105,8 @@
"tslint-loader": "^2.1.5",
"typescript": "2.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.21",
"webpack-dev-server": "^2.1.0-beta.0",
"webpack": "^2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.4",
"webpack-merge": "^0.14.1"
}
}
}

0 comments on commit e47bcfd

Please sign in to comment.