Files
docuseal/config/shakapacker.yml
2026-01-26 18:22:47 +02:00

48 lines
936 B
YAML

default: &default
source_path: app/javascript
source_entry_path: /
nested_entries: false
public_root_path: public
public_output_path: packs
cache_path: tmp/webpacker
shakapacker_precompile: true
webpack_compile_output: true
additional_paths: []
javascript_transpiler: 'babel'
compiler_strategy: digest
cache_manifest: false
ensure_consistent_versioning: false
development:
<<: *default
compile: true
compiler_strategy: mtime
dev_server:
server: 'http'
host: localhost
port: 3035
hmr: false
inline_css: true
live_reload: false
client:
overlay: false
compress: true
allowed_hosts: "all"
pretty: true
headers:
'Access-Control-Allow-Origin': '*'
static:
watch:
ignored: '**/node_modules/**'
test:
<<: *default
compile: true
public_output_path: packs-test
production:
<<: *default
compile: false
cache_manifest: true