Sha256: eefc3a7aa1217f3908d04d240413997bb059a0692754a44c1e179e03cd0b2efc

Contents?: true

Size: 758 Bytes

Versions: 2

Compression:

Stored size: 758 Bytes

Contents

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

default: &default
  source_path: app/javascript
  source_entry_path: packs
  public_output_path: packs

  compile: false

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

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

development:
  <<: *default

  dev_server:
    host: localhost
    port: 8080
    https: false
    hot: false

test:
  <<: *default

  public_output_path: packs-test
  # Compile webpack assets during lookup when running tests
  compile: true

production:
  <<: *default

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webpacker-react-on-rails-3.0.0.rc.1 lib/install/config/webpacker.yml
webpacker-react-on-rails-2.0 lib/install/config/webpacker.yml