diff --git a/symfony/webpack-encore-bundle/1.6/assets b/symfony/webpack-encore-bundle/1.6/assets new file mode 120000 index 00000000..4dec183c --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/assets @@ -0,0 +1 @@ +../1.0/assets \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.6/config/packages/assets.yaml b/symfony/webpack-encore-bundle/1.6/config/packages/assets.yaml new file mode 120000 index 00000000..7cb51332 --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/config/packages/assets.yaml @@ -0,0 +1 @@ +../../../1.0/config/packages/assets.yaml \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.6/config/packages/prod b/symfony/webpack-encore-bundle/1.6/config/packages/prod new file mode 120000 index 00000000..bc7768cf --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/config/packages/prod @@ -0,0 +1 @@ +../../../1.0/config/packages/prod \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.6/config/packages/webpack_encore.yaml b/symfony/webpack-encore-bundle/1.6/config/packages/webpack_encore.yaml new file mode 100644 index 00000000..bbe4dd3d --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/config/packages/webpack_encore.yaml @@ -0,0 +1,26 @@ +webpack_encore: + # The path where Encore is building the assets - i.e. Encore.setOutputPath() + output_path: '%kernel.project_dir%/public/build' + # If multiple builds are defined (as shown below), you can disable the default build: + # output_path: false + + # if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials') + # crossorigin: 'anonymous' + + # preload all rendered script and link tags automatically via the http2 Link header + # preload: true + + # Throw an exception if the entrypoints.json file is missing or an entry is missing from the data + # strict_mode: false + + # if you have multiple builds: + # builds: + # pass "frontend" as the 3rg arg to the Twig functions + # {{ encore_entry_script_tags('entry1', null, 'frontend') }} + + # frontend: '%kernel.project_dir%/public/frontend/build' + + # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) + # Available in version 1.2 + # Put in config/packages/prod/webpack_encore.yaml + # cache: true diff --git a/symfony/webpack-encore-bundle/1.6/manifest.json b/symfony/webpack-encore-bundle/1.6/manifest.json new file mode 120000 index 00000000..3abdbe32 --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/manifest.json @@ -0,0 +1 @@ +../1.0/manifest.json \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.6/package.json b/symfony/webpack-encore-bundle/1.6/package.json new file mode 120000 index 00000000..cc120ece --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/package.json @@ -0,0 +1 @@ +../1.0/package.json \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.6/webpack.config.js b/symfony/webpack-encore-bundle/1.6/webpack.config.js new file mode 120000 index 00000000..0eb7084a --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/webpack.config.js @@ -0,0 +1 @@ +../1.0/webpack.config.js \ No newline at end of file