Sha256: 55911780a60213e4bab2eaa881e9bb71e1add211395da9f1f0d5b44d9803d02a

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 Bytes

Contents

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

default: &default
  config: config/webpack
  entry: packs
  output: public
  manifest: manifest.json
  node_modules: node_modules
  source: app/javascript
  extensions:
    - .coffee
    - .js
    - .jsx
    - .ts
    - .vue
    - .sass
    - .scss
    - .css
    - .png
    - .svg
    - .gif
    - .jpeg
    - .jpg

development:
  <<: *default

test:
  <<: *default
  manifest: manifest-test.json

production:
  <<: *default

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
railman-1.0.4 templates/rails_app/config/webpack/paths.yml
webpacker-1.2 lib/install/config/webpack/paths.yml