webpack.js.org icon indicating copy to clipboard operation
webpack.js.org copied to clipboard

Update entry-context.mdx

Open cengizilhan opened this issue 1 year ago • 4 comments

multiple js config entry added

the technical document in which you wanted to determine the input and output names of different files was not included. That's why I added this.

cengizilhan avatar Jul 25 '24 20:07 cengizilhan

@cengizilhan is attempting to deploy a commit to the Webpack Docs Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Jul 25 '24 20:07 vercel[bot]

I believe it's already documented in https://webpack.js.org/concepts/entry-points/#multi-page-application

chenxsan avatar Jul 26 '24 07:07 chenxsan

@chenxsan thats right but "entry: { exampleFolder/pageOne: paths.src + '/index.js' }," you cant do it like that so you cant select the folder, only you can define the file.

cengizilhan avatar Jul 26 '24 11:07 cengizilhan

Continuing this in parent pr.

evenstensberg avatar Oct 11 '25 16:10 evenstensberg