N
N
ninja op op2020-08-15 20:02:20
webpack
ninja op op, 2020-08-15 20:02:20

How to generate .chunk.js files in webpack?

How to generate files of this format?

5f381551d976c853215306.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Balya, 2020-08-20
@Balya

optimization: {
    splitChunks: {
      chunks: 'all'
    },
  },

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question