1
0
Fork 0
mirror of https://gitnet.fr/deblan/side_menu.git synced 2025-12-17 12:59:00 +01:00

fix(build): define appName to fix this error: "The '@nextcloud/vue' library was used without setting / replacing the 'appName'"

This commit is contained in:
Simon Vieille 2025-05-04 13:11:05 +02:00
parent 8c6f0ad1da
commit f58dedf553
No known key found for this signature in database
GPG key ID: 579388D585F70417

View file

@ -77,6 +77,10 @@ module.exports = {
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}),
new webpack.DefinePlugin({
appName: JSON.stringify(appName),
}),
],
resolve: {