Fix small typo in symfony/webpack-encore-bundle (#1100)

Co-authored-by: Arnaud Lier <arnaud@eclixo.com>
This commit is contained in:
Arnaud Lier
2022-10-08 10:35:09 +02:00
committed by GitHub
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/')
/*