Hi there! I just started with these blog post series and it has been great so far, congratulations!
I only detected an issue regarding the webpack configuration. The config file should be named webpack.config.js so webpack read it automatically. If it doesn't use the default name you need to provide the --config flag. (source: webpack.js.org/configuration/)
Hi there! I just started with these blog post series and it has been great so far, congratulations!
I only detected an issue regarding the webpack configuration. The config file should be named
webpack.config.jsso webpack read it automatically. If it doesn't use the default name you need to provide the--configflag. (source: webpack.js.org/configuration/)Cheers!
Thanks I updated the post.