You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev-server uses the normal live reload and is the default, and does not require the manifest. static uses the normal fingerprinted, manifested assets.
*DLL uses the webpack DLL which does not fingerprint the assets and does not uses a manifest.
To me, this will complicate things - three modes just for development environment?
With webpacker the first two modes are pretty trivial to use - just switch the binstubs however I see the DLL mode requires some setup and bit complicated to use.
How about an option for:
dev_mode: dev-server | static | DLL
dev-server uses the normal live reload and is the default, and does not require the manifest.
static uses the normal fingerprinted, manifested assets.
*DLL uses the webpack DLL which does not fingerprint the assets and does not uses a manifest.
See shakacode/webpacker_lite#20.
The text was updated successfully, but these errors were encountered: