Closed
Description
Version
3.0.0-beta.9
Reproduction link
https://github.com/doublemarked/vue-libconf-issues
Steps to reproduce
vue inspect
What is expected?
vue inspect
should show webpack configuration that matches that used when building the project, including configuration options like --target lib
and --target wc
, both of which inject custom webpack config.
What is actually happening?
Running vue inspect
produces inaccurate output because it cannot be instructed to load the lib-specific configuration.