Skip to content

Commit def2f07

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #663
2 parents 7ed4104 + 7e5e646 commit def2f07

File tree

8 files changed

+33
-0
lines changed

8 files changed

+33
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../1.0/assets
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../1.0/config/packages/assets.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../1.0/config/packages/prod
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#webpack_encore:
2+
# strict_mode: false
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
webpack_encore:
2+
# The path where Encore is building the assets - i.e. Encore.setOutputPath()
3+
output_path: '%kernel.project_dir%/public/build'
4+
# If multiple builds are defined (as shown below), you can disable the default build:
5+
# output_path: false
6+
7+
# if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials')
8+
# crossorigin: 'anonymous'
9+
10+
# preload all rendered script and link tags automatically via the http2 Link header
11+
# preload: true
12+
13+
# Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
14+
# strict_mode: false
15+
16+
# if you have multiple builds:
17+
# builds:
18+
# pass "frontend" as the 3rg arg to the Twig functions
19+
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
20+
21+
# frontend: '%kernel.project_dir%/public/frontend/build'
22+
23+
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
24+
# Put in config/packages/prod/webpack_encore.yaml
25+
# cache: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../1.0/manifest.json
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../1.0/package.json
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../1.0/webpack.config.js

0 commit comments

Comments
 (0)