Sha256: ce2005f9b9f1854b5f75f019102f4b5ee8c68eb7bbfeccda88da11fd0515cafd

Contents?: true

Size: 1.49 KB

Versions: 94

Compression:

Stored size: 1.49 KB

Contents

# Note: You must restart bin/webpack-dev-server for changes to take effect

default: &default
  source_path: app/webpacker
  source_entry_path: packs
  public_output_path: packs
  public_root_path: public
  cache_path: tmp/cache/webpacker
  check_yarn_integrity: false
  webpack_compile_output: false

  # Additional paths webpack should lookup modules
  # ['app/assets', 'engine/foo/app/assets']
  resolved_paths: []

  # Reload manifest.json on all requests so we reload latest compiled packs
  cache_manifest: true

  # Extract and emit a css file
  extract_css: true

  static_assets_extensions:
    - .jpg
    - .jpeg
    - .png
    - .gif
    - .tiff
    - .ico
    - .svg
    - .eot
    - .otf
    - .ttf
    - .woff
    - .woff2

  extensions:
    - .coffee
    - .erb
    - .js
    - .ts
    - .vue
    - .sass
    - .scss
    - .css
    - .png
    - .svg
    - .gif
    - .jpeg
    - .jpg

development:
  <<: *default
  compile: false

  dev_server:
    host: localhost
    port: 3035
    hmr: false
    https: false

test:
  <<: *default
  compile: true

  # Compile test packs to a separate directory
  public_output_path: packs-test

staging:
  <<: *default
  # Production depends on precompilation of packs prior to booting for performance.
  # Cache manifest.json for performance
  cache_manifest: true
  compile: false

production:
  <<: *default

  # Production depends on precompilation of packs prior to booting for performance.
  compile: false

  # Cache manifest.json for performance
  cache_manifest: true

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.5.16 lib/nexmo_developer/config/webpacker.yml
station-0.5.15 lib/nexmo_developer/config/webpacker.yml
station-0.5.14 lib/nexmo_developer/config/webpacker.yml
station-0.5.13 lib/nexmo_developer/config/webpacker.yml
station-0.5.12 lib/nexmo_developer/config/webpacker.yml
station-0.5.11 lib/nexmo_developer/config/webpacker.yml
station-0.5.10 lib/nexmo_developer/config/webpacker.yml
station-0.5.9 lib/nexmo_developer/config/webpacker.yml
station-0.5.8 lib/nexmo_developer/config/webpacker.yml
station-0.5.7 lib/nexmo_developer/config/webpacker.yml
station-0.5.6 lib/nexmo_developer/config/webpacker.yml
station-0.5.5 lib/nexmo_developer/config/webpacker.yml
station-0.5.4 lib/nexmo_developer/config/webpacker.yml
station-0.5.3 lib/nexmo_developer/config/webpacker.yml
station-0.5.2 lib/nexmo_developer/config/webpacker.yml
station-0.5.1 lib/nexmo_developer/config/webpacker.yml
station-0.5.0 lib/nexmo_developer/config/webpacker.yml
station-0.4.9 lib/nexmo_developer/config/webpacker.yml
station-0.4.8 lib/nexmo_developer/config/webpacker.yml
station-0.4.7 lib/nexmo_developer/config/webpacker.yml