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

Commit

Permalink
fix(build): Remove HMR due to build errors
Browse files Browse the repository at this point in the history
see #16
  • Loading branch information
hypery2k committed Jan 19, 2017
1 parent 1c11fc6 commit a4489fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion etc/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var config = {
// note that babel-loader is configured to run after ts-loader
{
test: /\.ts$/,
loaders: ['@angularclass/hmr-loader', 'awesome-typescript-loader']
loaders: ['awesome-typescript-loader']
},
{
test: /\.(png|woff|woff2|eot|ttf|svg)$/,
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"release:patch": "npm version patch && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish"
},
"dependencies": {
"@angularclass/hmr": "1.2.2",
"@angularclass/hmr-loader": "3.0.2",
"@types/core-js": "0.9.34",
"@types/jasmine": "2.5.35",
"@types/node": "4.0.29",
Expand Down

0 comments on commit a4489fa

Please sign in to comment.