add mount of menu

fix store usage

add page loader
This commit is contained in:
Simon Vieille 2025-04-06 14:09:06 +02:00
commit b287b671be
Signed by: deblan
GPG key ID: 579388D585F70417
15 changed files with 175 additions and 81 deletions

View file

@ -13,6 +13,7 @@ const isDev = buildMode === 'development'
module.exports = {
target: 'web',
mode: buildMode,
devtool: "inline-source-map",
entry: {
menu: path.resolve(path.join('src', 'menu.js')),
// admin: path.resolve(path.join('src', 'admin.js')),