1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Rename material entrypoint to main

This commit is contained in:
Yassine Guedidi 2025-01-19 19:49:50 +01:00
parent 22c9497cd7
commit 5e8ca0887e
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ const projectDir = path.resolve(__dirname, '../../../');
module.exports = {
entry: {
material: path.join(projectDir, './assets/index.js'),
main: path.join(projectDir, './assets/index.js'),
public: path.join(projectDir, './assets/share.js'),
},
output: {