fully integrated property editor

This commit is contained in:
vabene1111
2023-12-02 18:02:22 +01:00
parent d1174ea50d
commit 3e083e2168
8 changed files with 281 additions and 5 deletions

View File

@ -53,6 +53,10 @@ const pages = {
entry: "./src/apps/IngredientEditorView/main.js",
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
},
property_editor_view: {
entry: "./src/apps/PropertyEditorView/main.js",
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
},
shopping_list_view: {
entry: "./src/apps/ShoppingListView/main.js",
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
@ -137,7 +141,7 @@ module.exports = {
config.optimization.minimize(true)
//TODO somehow remov them as they are also added to the manifest config of the service worker
//TODO somehow remove them as they are also added to the manifest config of the service worker
/*
Object.keys(pages).forEach(page => {
config.plugins.delete(`html-${page}`);