Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No console output #2

Closed
dant00ine opened this issue Mar 6, 2018 · 1 comment
Closed

No console output #2

dant00ine opened this issue Mar 6, 2018 · 1 comment

Comments

@dant00ine
Copy link

doesn't seem to work with this config:

            {   
                test: /\.html$/,
                exclude: /node_modules/,
                use: [
                    {   
                        loader: 'babel-loader'
                    },  
                    {   
                        loader: 'debug'
                    },  
                    {   
                        loader: path.resolve(__dirname, 'loaders/html-loader.js')
                    }   
                ]   
            }  
@ianwalter
Copy link
Owner

ianwalter commented Mar 6, 2018

I just added an example that shows that/how it works. I'm guessing that it's your custom loader at the beginning of the chain that is not outputting the content correctly.

PS: It should be { loader: 'debug-loader' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants