Answer the question
In order to leave comments, you need to log in
Am I understanding webpack correctly?
I use webpack and vuejs.
The question is, did I understand correctly that every time I add a page, I have to add the entry point and the page itself to the config manually?
new HtmlWebpackPlugin({
filename: 'index.html',
template: 'index.html',
inject: true
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question