Releases: alexblunck/webpack-scripts
Releases · alexblunck/webpack-scripts
v1.0.0
New
- Updated to webpack 4
- Use
[contenthash]
for all filenames - Use
webpack-dev-server
untilwebpack-serve becomes more stable
v1.0.0-alpha.3
New
- Use
[contenthash]
for all filenames - Brought back
webpack-dev-server
as default development server (can be switched using thedevServer
option)
Updates
- Bumped dependency versions
v1.0.0-alpha.2
New
- Added history api fallback to development server
v1.0.0-alpha.1
Fixes
- Updated logging to be less verbose (especially in development mode)
v1.0.0-alpha.0
New
- Updated to webpack 4
v0.6.0
New
- Added markdown support (Returns html string)
v0.5.0
Changes
- Simplified how favicon is handled (Instead of generating from image, now only copies
favicon.ico
specified in options.favicon)
Chores
- Updated dependency versions
v0.4.3
Fixes
- Don't resolve symlinks (Fixes issue with
npm link
)
v0.4.2
Chores
- Updated dependency versions
v0.4.1
Chores
- Updated dependency versions