Skip to content

Commit 8ad644b

Browse files
committed
webpack - update comments in default recipe for new features
1 parent 60e91cc commit 8ad644b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ webpack_encore:
22
# The path where Encore is building the assets.
33
# This should match Encore.setOutputPath() in webpack.config.js.
44
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 # output_path: false
7+
8+
# if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: anonymous)
9+
# crossorigin: 'use-credentials'
10+
11+
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
12+
# Available in version 1.2
13+
#cache: '%kernel.debug%'

0 commit comments

Comments
 (0)