Hello Sir, Thank You for this Tutorial. Let me know can we generate files with following file structure using Webpack. This is for a PHP Project. Thanks in Advance assets -js/ --index.js (Entry of JS File) --index.min.js (File to Production) -css/ --index.css (Converted from SCSS) --index.min.css (File to Production) -scss/ --index.scss (Entry of SCSS)
Thank you for creating this video!! Very detailed explanation..
I followed the same steps but it is generating .js file not .css in dist folder.
Good one, keep going bro :)
Thank you ❤
Hello Sir, Thank You for this Tutorial. Let me know can we generate files with following file structure using Webpack. This is for a PHP Project. Thanks in Advance
assets
-js/
--index.js (Entry of JS File)
--index.min.js (File to Production)
-css/
--index.css (Converted from SCSS)
--index.min.css (File to Production)
-scss/
--index.scss (Entry of SCSS)
you have really helped me, thxx