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

Commit

Permalink
Enable cache mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 3, 2017
1 parent 9c6e100 commit 3cb2453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
hints: false
},
devtool: 'eval',
cache: true,
entry: [
// bundle the client for webpack-dev-server
// and connect to the provided endpoint
Expand Down

0 comments on commit 3cb2453

Please sign in to comment.