mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Fix small typo in symfony/webpack-encore-bundle (#1100)
Co-authored-by: Arnaud Lier <arnaud@eclixo.com>
This commit is contained in:
co-authored by
Arnaud Lier
parent
6f4230fd10
commit
8ffabc5e9a
@@ -11,7 +11,7 @@ Encore
|
||||
.setOutputPath('public/build/')
|
||||
// public path used by the web server to access the output path
|
||||
.setPublicPath('/build')
|
||||
// only needed for CDN's or sub-directory deploy
|
||||
// only needed for CDN's or subdirectory deploy
|
||||
//.setManifestKeyPrefix('build/')
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user