Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5056

Webpack dev-server cannot see code changes

$
0
0

I start learning about webpack configuration and cannot see the effect of changes made on files.My webpack.config.js

...

   devServer: {    watchFiles: ["src/**/*.js", "css/**/*", "src/**/*.html"],    static: {      directory: path.join(__dirname, "dist"),    },    liveReload: true,    port: 5000,    open: true,  },

...

Thanks in advance.


Viewing all articles
Browse latest Browse all 5056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>