Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. module.exports = {
  2. publicPath: '',
  3. filenameHashing: false,
  4. productionSourceMap: false,
  5. chainWebpack: config => {
  6. config.optimization.delete('splitChunks')
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement