Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
feat(#29): Support for Angular 4
Browse files Browse the repository at this point in the history
    * update Webpack
  • Loading branch information
Reinhardt, Martin committed Apr 27, 2017
1 parent fdde9f1 commit 3715631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion etc/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var config = {
// Sort the chunks by a field
chunksSort: "field",
// Context directory for request shortening
context: "../src/",
context: appConfig.srcPath,
// Add errors
errors: true,
// Add details to errors (like resolving log)
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,29 @@
"karma-phantomjs-launcher": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.1",
"node-sass": "3.13.1",
"offline-plugin": "4.6.2",
"node-sass": "4.5.2",
"offline-plugin": "4.7.0",
"open-browser-webpack-plugin": "0.0.5",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.14",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.10",
"remap-istanbul": "0.9.1",
"sass-loader": "6.0.3",
"source-map-loader": "0.2.0",
"style-loader": "0.15.0",
"source-map-loader": "0.2.1",
"style-loader": "0.16.1",
"to-fast-properties": "1.0.2",
"to-string-loader": "1.1.5",
"ts-node": "1.4.1",
"tslib": "1.6.0",
"tslib": "1.6.1",
"tslint": "5.1.0",
"tslint-eslint-rules": "2.1.0",
"tslint-loader": "3.5.3",
"typedoc": "0.5.8",
"typescript": "2.2.1",
"typings": "2.1.0",
"url-loader": "0.5.8",
"webpack": "2.2.0",
"webpack-dev-server": "2.4.2",
"webpack": "2.4.1",
"webpack-dev-server": "2.4.5",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "4.1.0",
"webpack-notifier": "1.5.0",
Expand Down

0 comments on commit 3715631

Please sign in to comment.