Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@wya/vc-loader

wya96MIT0.3.7

for wya-vc

readme

vc-loader

module: {
    rules: [
        {
            test: /\.vue$/,
            use: [
                {
                    loader: 'vue-loader',
                    options: {

                    }
                },
                {
                    loader: 'vc-loader'
                }
            ]
        }
    ]
}