webpack-autoconf icon indicating copy to clipboard operation
webpack-autoconf copied to clipboard

Hot Reloading failed on Mac because it watched node_modules => overload

Open valoricDe opened this issue 3 years ago • 0 comments

My fsevents deamon went hamoc. Had to add

    watchOptions: {
        ignored: /node_modules/,
    },

to my webpack.config.js

valoricDe avatar Dec 14 '21 13:12 valoricDe