bem / create-bem-react-app

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

Add raw-loader into webpack config #21

Closed Vittly closed 7 years ago

Vittly commented 7 years ago

example with svg:

// importing
import Icon from './Component.inline.svg';

// straightforward inlining
content() {
    return <span dangerouslySetInnerHTML={{__html: Icon}}/>;
}
Vittly commented 7 years ago

@awinogradov check it plz