Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

refactor: don't throw errors in case of child context #390

Closed
wants to merge 1 commit into from

Commits on Feb 2, 2017

  1. dont throw errors in case of child-context

    will work with this conditional webpack rule:
    
    ```js
                {
                    test: /\.scss$/,
                    oneOf: [
                        {test: /html-webpack-plugin/, use: "null-loader"},
                        {
                            use: ExtractTextPlugin.extract({
                                fallbackLoader: 'style-loader',
                                loader: ['css-loader', 'sass-loader']
                            })
                        }
                    ]
                },
    ```
    digitalkaoz committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    5b082b0 View commit details
    Browse the repository at this point in the history