Guest User

Untitled

a guest
Aug 13th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.   configureWebpack: {
  3.     splitChunks: {
  4.             minSize: 10000,
  5.             maxSize: 250000,
  6.         }
  7.   }
  8. }
Add Comment
Please, Sign In to add comment