eisisig / react-isolate

React Component Isolation Playground
11 stars 0 forks source link

Allow for webpack config in isolate.config #26

Closed eisisig closed 8 years ago

eisisig commented 8 years ago

Allow users to config and overwrite webpack config inside isolate config. Needs to be under the webpackConfig property

{
    webpackConfig: {
        loaders: []
    }
}