Browse Source

Use env webpacker css settings except for rspec

pull/152/head
baarkerlounger 4 years ago
parent
commit
e5b7cbb203
  1. 5
      config/webpacker.yml

5
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
@ -79,6 +79,9 @@ test:
# Compile test packs to a separate directory # Compile test packs to a separate directory
public_output_path: packs-test public_output_path: packs-test
# Extract and emit a css file
extract_css: false
production: production:
<<: *default <<: *default

Loading…
Cancel
Save