Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
feat: webpackのcacheを使わないように Resolve #55
Browse files Browse the repository at this point in the history
  • Loading branch information
sousuke0422 committed Dec 6, 2020
1 parent 50a9577 commit e360b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ module.exports = {
parallel: 1
})]
},
cache: true,
devtool: false, //'source-map',
mode: isProduction ? 'production' : 'development'
};

0 comments on commit e360b34

Please sign in to comment.