2022-12-13 15:46:24 +01:00
|
|
|
webpack_encore:
|
|
|
|
# The path where Encore is building the assets - i.e. Encore.setOutputPath()
|
|
|
|
# If multiple builds are defined (as shown below), you can disable the default build:
|
|
|
|
# output_path: false
|
2024-10-23 12:11:46 +02:00
|
|
|
output_path: "%kernel.project_dir%/public/build"
|
2022-12-13 15:46:24 +01:00
|
|
|
# Set attributes that will be rendered on all script and link tags
|
|
|
|
script_attributes:
|
|
|
|
defer: true
|
|
|
|
# Uncomment (also under link_attributes) if using Turbo Drive
|
|
|
|
# https://turbo.hotwired.dev/handbook/drive#reloading-when-assets-change
|
|
|
|
# 'data-turbo-track': reload
|