Skip to content

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

Notifications You must be signed in to change notification settings

gvarandas/gdg-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published