As the new vue cli approches, it could be nice to make vue-styleguidist able to get the webpack config directly in node_modules/@vue/cli-service
@gjuchault per Even's comment you can actually "require" the generated Webpack config directly in to your styleguide.config.js like so:
const webpackConfig = require("@vue/cli-service/webpack.config.js")
module.exports = {
webpackConfig,
// etc...
}
This聽ought to tied you over for now. Though I agree that vue-styleguidist should probably support the @vue/cli v3 service out of the box.
I think this is already fixed with #137 .. when are we going to see a new Version? I need this fix. :)
@wtfuii I wanted to release first pagePerSection feature, but it's probably that it could delay, so tomorrow I will release vue-cli.
@rafaesc when will you release vue-cli?
@zhangpengchen @wtfuii it is ready on 1.7.8 version
Most helpful comment
@zhangpengchen @wtfuii it is ready on 1.7.8 version