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.

32 lines
472 B

  1. # Note: You must restart bin/webpack-dev-server for changes to take effect
  2. default: &default
  3. source_path: app/javascript
  4. source_entry_path: packs
  5. public_output_path: packs
  6. extensions:
  7. - .js
  8. - .sass
  9. - .scss
  10. - .css
  11. - .png
  12. - .svg
  13. - .gif
  14. - .jpeg
  15. - .jpg
  16. development:
  17. <<: *default
  18. dev_server:
  19. host: 0.0.0.0
  20. port: 8080
  21. https: false
  22. test:
  23. <<: *default
  24. public_output_path: packs-test
  25. production:
  26. <<: *default