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

Parallel build multiple pages #101

@fannairu

Description

@fannairu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions