/gdg-webpack

Sample project using webpack config to showcase @ the Google Developers Group

Primary LanguageJavaScript

gdg-webpack

GitHub issue author

Template repo showing how to configure Webpack in a modern JavaScript Application

There are three branches, showing diverse solutions:

master

Default branch, having the simplest config, with a pure JavaScript app.

feature/react

Branch integrating a React application with Webpack.

feature/code-splitting

Branch showing the Webpack code splitting feature, using the SplitChunksPlugin plugin.

feature/dynamic-imports

Branch that demonstrate a simples use of dynamic imports.


Using

Clone the repo

git clone https://github.com/gvarandas/gdg-webpack.git

Install the dependencies

yarn ou npm install

Start the local server

yarn dev ou npm run dev

🎉 PROFIT! 🎉

Pull Requests

Feel free to contribute. Describe your PR changes by comments, send it from your fork, and if it is possible, reference related issues.

Disclaimer

This repo was originally used in the Google Developers Group Meetup, hosted in Brasília/Brazil, in August 15, 2018.