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

stylint errors not show up for webpack hot reloads #6

Open
ningt opened this issue Aug 3, 2016 · 2 comments
Open

stylint errors not show up for webpack hot reloads #6

ningt opened this issue Aug 3, 2016 · 2 comments

Comments

@ningt
Copy link

ningt commented Aug 3, 2016

Hey,

I am having an issue with stylint-loader in webpack. It works fine when I run npm run dev and all the warnings will be listed, but when I edit my .styl files, warnings will not appear even if the rules got some problem. It seems that errors are not returned from stylint when webpack runs a hot reload.

module: {
        preLoaders: [
            {
                test: /\.styl$/,
                loader: 'stylint',
                include: srcPath
            }
       ]
@phun-ky
Copy link

phun-ky commented Aug 11, 2016

I don't know if I have the same issue, but I do not get any stylint errors from my webpack + webpack-dev-server/hot.

@guerrero
Copy link
Collaborator

Sorry, I can't contribute to this repo due that my current workflow has changed and I don't have enough time and motivation to maintain this. Sorry man, you can get more info in #9

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

No branches or pull requests

3 participants