Skip to content

Commit

Permalink
open unsafeCache
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 2, 2016
1 parent 900e031 commit 6f2e7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion style/components/badge.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ a & {
transform: scale(0) translateX(-50%);
}
}

3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
cache: true,

resolve: {
extensions: ['', '.js', '.jsx']
extensions: ['', '.js', '.jsx'],
unsafeCache: true
},

noParse: /_site|node_modules/,
Expand Down

0 comments on commit 6f2e7d7

Please sign in to comment.