Browse Source

Bring dev webpack settings a little closer to prod

pull/124/head
baarkerlounger 4 years ago
parent
commit
dbfc3014be
  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