We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817a646 commit 4139d49Copy full SHA for 4139d49
webpack.config.js
@@ -4,7 +4,9 @@ Encore
4
// directory where compiled assets will be stored
5
.setOutputPath('src/Resources/public')
6
// public path used by the web server to access the output path
7
- .setPublicPath('/public')
+ .setPublicPath('/bundles/monsieurbizsyliussearchplugin/')
8
+ // change the key in the manifest.json
9
+ .setManifestKeyPrefix('bundles/monsieurbizsyliussearchplugin')
10
11
// entries
12
.addEntry('monsieurbiz-search', './assets/js/app.js')
0 commit comments