Skip to content

Commit

Permalink
chore: turn off asset oversize message when bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed Nov 20, 2019
1 parent c1295b6 commit 5cb0471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ const defaultConfigs = Array(isProduction ? 5 : 1).fill(0).map(() => {
}],
optimization: {
minimize: false
},
performance: {
hints: false
}
};
});
Expand Down

0 comments on commit 5cb0471

Please sign in to comment.