@rails/webpacker
Advanced tools
Changelog
[3.0.1] - 2017-09-01
Missing node_modules/.bin/*
files by bumping minimum Yarn version to 0.25.2 #727
webpacker:compile
task so that fails properly when webpack compilation fails #728
Rack dev server proxy middleware when served under another proxy (example: pow), which uses HTTP_X_FORWARDED_HOST
header resulting in 404
for webpacker assets
Make sure tagged logger works with rails < 5 #716
Allow webpack dev server listen host/ip to be configurable using additional --listen-host
option
./bin/webpack-dev-server --listen-host 0.0.0.0 --host localhost
watchContentBase
from devServer config so it doesn't unncessarily trigger
live reload when manifest changes. If you have applied this workaround from #724, please revert the change from config/webpack/development.js
since this is now fixed.Changelog
[3.0.0] - 2017-08-30
resolved_paths
option to allow adding additional paths webpack should look up when resolving modules