webpack_encore.yaml 635 B

12345678910111213
  1. webpack_encore:
  2. # The path where Encore is building the assets.
  3. # This should match Encore.setOutputPath() in webpack.config.js.
  4. output_path: '%kernel.project_dir%/public/build'
  5. # If multiple builds are defined (as shown below), you can disable the default build:
  6. # output_path: false
  7. # if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
  8. # crossorigin: 'anonymous'
  9. # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
  10. # Available in version 1.2
  11. #cache: '%kernel.debug%'