Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 430 Bytes

File metadata and controls

17 lines (13 loc) · 430 Bytes

Example of html-webpack-plugin issue #556

This is a minimal example of webpack issue #556. See there for details.

Instructions

# Run once
npm run build
# outputs `dist/index-049353bd93a9f89ff66e.html`

# Update js and run again
echo >> example.js
npm run build
# outputs `dist/index-049353bd93a9f89ff66e.html` again
# with different content