We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e690b commit 261dfeaCopy full SHA for 261dfea
symfony/webpack-encore-pack/1.0/webpack.config.js
@@ -5,7 +5,7 @@ Encore
5
.setOutputPath('public/build/')
6
// the public path used by the web server to access the previous directory
7
.setPublicPath('/build')
8
- // the path inside the Symfony app, as given to the asset() function
+ // the public path you will use in Symfony's asset() function - e.g. asset('build/some_file.js')
9
.setManifestKeyPrefix('build/')
10
11
.cleanupOutputBeforeBuild()
0 commit comments