My first bundle with Webpack 4


Webpack is a open-source bundler for web assets like CSS or JavaScript files To install Webpack you will need NPM to be installed on your computer or any similar package manager like Yarn. Open a command line and go to the root directory of your project, then run C:\>xampp\htdocs\webpack-project>npm install webpack –save-dev   Proceed to […]