jakoblind / webpack-autoconf

A tool to create frontend apps using webpack, Parcel or Snowpack
https://createapp.dev/
875 stars 78 forks source link

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

Open valoricDe opened 2 years ago

valoricDe commented 2 years ago

My fsevents deamon went hamoc. Had to add

    watchOptions: {
        ignored: /node_modules/,
    },

to my webpack.config.js