Skip to content

Code splitting support #61

Closed
Closed
@yyx990803

Description

@yyx990803

Theoretically we should be able to support async components imported by the tested component when using mocha-webpack with the following config:

  • target: 'node' for webpack
  • optimizeSSR: false for vue-loader

But there are still some issues right now that prevents it from working. Need to investigate a bit further.

Most of the time splitting is done at route level so this is not a high priority concern, but would be nice to figure it out down the road.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions