mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
Adding recipe for symfony/webpack-encore-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
webpack_encore:
|
||||
# The path where Encore is building the assets.
|
||||
# This should match Encore.setOutputPath() in webpack.config.js.
|
||||
output_path: '%kernel.public_dir%/build'
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user