Skip to content

Releases: carloluis/webpack-demo

gh-pages

24 Mar 03:25
119e5a9
Compare
Choose a tag to compare

add GitHub page: https://carloluis.github.io/webpack-demo/

  • minimal page with basic concepts of webpack

webpack configs

08 Mar 02:19
3b9ab6c
Compare
Choose a tag to compare

using webpack.config.js

  • chunk splitting
  • html creation
  • copy assets
  • sass support
  • add static script

webpack 4 #0CJS

21 Feb 04:33
8bb352f
Compare
Choose a tag to compare

zero config file

  • using webpack 4 mode defaults:
    • webpack --mode development
    • webpack --mode production