Use Webpack Encore

This commit is contained in:
Yassine Guedidi
2023-08-10 01:10:54 +01:00
parent 04e757dcc8
commit f261247766
18 changed files with 1271 additions and 256 deletions

View File

@ -33,7 +33,8 @@ framework:
cookie_secure: auto
fragments: ~
http_method_override: true
assets: ~
assets:
json_manifest_path: '%kernel.project_dir%/web/build/manifest.json'
mailer:
dsn: "%mailer_dsn%"
http_client:
@ -469,3 +470,8 @@ craue_config:
when@dev:
maker:
root_namespace: 'Wallabag'
webpack_encore:
output_path: '%kernel.project_dir%/web/build'
script_attributes:
defer: true