Skip to content

Commit 4139d49

Browse files
committed
feat(webpack): build manifest why the plugin name bundles/monsieurbizsyliussearchplugin
1 parent 817a646 commit 4139d49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webpack.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Encore
44
// directory where compiled assets will be stored
55
.setOutputPath('src/Resources/public')
66
// public path used by the web server to access the output path
7-
.setPublicPath('/public')
7+
.setPublicPath('/bundles/monsieurbizsyliussearchplugin/')
8+
// change the key in the manifest.json
9+
.setManifestKeyPrefix('bundles/monsieurbizsyliussearchplugin')
810

911
// entries
1012
.addEntry('monsieurbiz-search', './assets/js/app.js')

0 commit comments

Comments
 (0)