Skip to content

Commit 261dfea

Browse files
authored
tweaking language
1 parent b9e690b commit 261dfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/webpack-encore-pack/1.0/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Encore
55
.setOutputPath('public/build/')
66
// the public path used by the web server to access the previous directory
77
.setPublicPath('/build')
8-
// the path inside the Symfony app, as given to the asset() function
8+
// the public path you will use in Symfony's asset() function - e.g. asset('build/some_file.js')
99
.setManifestKeyPrefix('build/')
1010

1111
.cleanupOutputBeforeBuild()

0 commit comments

Comments
 (0)