Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Parallel build multiple pages #101

Open
fannairu opened this issue Apr 13, 2020 · 0 comments
Open

Parallel build multiple pages #101

fannairu opened this issue Apr 13, 2020 · 0 comments

Comments

@fannairu
Copy link

Is that possible to build multiple pages at the same time? Currently out webpack.config.js is like this:
[
// partA
{
entry: {
'pageA': ...,
'pageB': ...,
'pageC': ...,
...
},
devtool: '...',
output: ...,
plugins: ...
},
// partB
{
entry: {
'pageA': ...,
'pageB': ...,
'pageC': ...,
...
},
devtool: '...',
output: ...,
plugins: ...
},
]

We we try to apply parallel-webpack, it seems partA and partB can be build in parallel. But the pages in partA or partB is still in sequential.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant