test/documentation/fixtures/projects/complex/plugins/b/index.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    roc: {
        config: {
            settings: {
                group: {
                    value2: false,
                },
            },
            webpack: {},
        },

        meta: {
            webpack: {
                description: 'A description!',
            },
        },
    },
};