Skip to content

Commit

Permalink
(chore): fork checker is the culprit of not updating right
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Nov 15, 2016
1 parent 880e36e commit c31120a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function(env) {
]
},
plugins: [
new ForkCheckerPlugin(),
// new ForkCheckerPlugin(),
new webpack.optimize.CommonsChunkPlugin({
name: ['polyfills'],
minChunks: Infinity
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"compileOnSave": false,
"buildOnSave": false,
"awesomeTypescriptLoaderOptions": {
"forkChecker": true
"forkChecker": false
},
"angularCompilerOptions": {
"genDir": "release/",
Expand Down

0 comments on commit c31120a

Please sign in to comment.