bem / create-bem-react-app

[deprecated] Create BEM React apps with no build configuration.
Other
25 stars 8 forks source link

Add levels to main src for Babel-loader #22

Closed Vittly closed 7 years ago

Vittly commented 7 years ago

After these changes example shown below will work:

{
    "root": true,
    "levels": {
        "src/components": {},
        "node_modules/bem-react-components/blocks": {}
    },
    "modules": {
        "create-bem-react-app": { "default": "stuff" }
    }
}