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

Move material to assets root

This commit is contained in:
Yassine Guedidi 2025-01-19 19:47:24 +01:00
parent 251de194c5
commit 22c9497cd7
29 changed files with 2 additions and 2 deletions

View file

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

View file

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 891 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 995 B

After

Width:  |  Height:  |  Size: 995 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1,012 B

After

Width:  |  Height:  |  Size: 1,012 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 718 B

Before After
Before After