diff --git a/app/config/config.yml b/app/config/config.yml index 0b8a6b73..11f0c160 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -29,7 +29,8 @@ framework: handler_id: ~ fragments: ~ http_method_override: true - assets: ~ + assets: + json_manifest_path: '%kernel.project_dir%/web/build/manifest.json' php_errors: log: true diff --git a/webpack.config.js b/webpack.config.js index 94c8544d..efeb7d55 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -36,7 +36,9 @@ Encore } ] }) - .enableSourceMaps(); + .enableSourceMaps() + .enableVersioning(); + module.exports = Encore.getWebpackConfig(); module.exports.externals = {