Sha256: b3e5b54da243384d185f7311e203e17e956054342885c60195abafdef26e8135

Contents?: true

Size: 645 Bytes

Versions: 5

Compression:

Stored size: 645 Bytes

Contents

default: &default
  source_path: app/packs
  source_entry_path: entrypoints
  public_root_path: public
  public_output_path: packs
  cache_path: tmp/webpacker
  webpack_compile_output: true
  additional_paths: []
  cache_manifest: false

development:
  <<: *default
  compile: true
  dev_server:
    https: false
    host: localhost
    port: 3035
    hmr: false
    client:
      overlay: true
    compress: true
    allowed_hosts: "all"
    pretty: true
    headers:
      'Access-Control-Allow-Origin': '*'
    static:
      watch:
        ignored: '**/node_modules/**'

test:
  <<: *default
  compile: false
  public_output_path: packs-test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
shoelace-rails-0.4.1 test/dummy_app/config/webpacker.yml
shoelace-rails-0.4.0 test/dummy_app/config/webpacker.yml
shoelace-rails-0.3.0 test/dummy_app/config/webpacker.yml
shoelace-rails-0.2.0 test/dummy_app/config/webpacker.yml
shoelace-rails-0.1.0 test/dummy_app/config/webpacker.yml