Skip to content

Different configurations using webpack because I can't keep all of this straight.

Notifications You must be signed in to change notification settings

carinashipley/webpack-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-examples

Different configurations using webpack because I can't keep all of this straight.

CSS - Integration vs Separate Files

While it's common to integrate your CSS in with your JavaScript bundle, this seems to remove the ability to install your React Components server-side because Node cannot interpret the CommonJS modules that have been created. Instead, create separate CSS files.

Webpack 2

Migration guide from Webpack 1 to Webpack 2.

webpack.config.js

Webpack 1

webpack.config.v1.js

About

Different configurations using webpack because I can't keep all of this straight.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published