- Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
Hello,
While using version 2.0.4, module declaration is kind of broken in minified code due to the path being pulled from the class' name.
Problem is, the class name is being mangled while using vue-cli in its default configuration.
The result (for me) is that my store only has a single module (named t in my output), even if I declare several modules. This single module contains every state property of my modules but only the mutations and actions of the last declared one.
Metadata
Metadata
Assignees
Labels
No labels