Browse Source

Bring dev webpack settings a little closer to prod (#124)

pull/125/head
Daniel Baark 3 years ago committed by GitHub
parent
commit
3abae0bf0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config/webpacker.yml

4
config/webpacker.yml

@ -16,7 +16,7 @@ default: &default
cache_manifest: false cache_manifest: false
# Extract and emit a css file # Extract and emit a css file
extract_css: false extract_css: true
static_assets_extensions: static_assets_extensions:
- .jpg - .jpg
@ -59,7 +59,7 @@ development:
public: localhost:3035 public: localhost:3035
hmr: false hmr: false
# Inline should be set to true if using HMR # Inline should be set to true if using HMR
inline: true inline: false
overlay: true overlay: true
compress: true compress: true
disable_host_check: true disable_host_check: true

Loading…
Cancel
Save