mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
929 B
48 lines
929 B
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: []
|
|
webpack_loader: '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
|