I
I
IDONTSUDO2020-05-13 10:47:06
webpack
IDONTSUDO, 2020-05-13 10:47:06

How to set up webpack for two entries?

entry:{
   front: "./src/index.tsx",
   ragemp:"./src/RAGE/index.ts"
 },


Right now I have such a setting, config. But this setting wraps both files into the final index.html. And how can I avoid this, how can I achieve this? What would it not include both files in index.html but only include front?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question