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

Move global share to material

This commit is contained in:
Yassine Guedidi 2025-01-19 19:45:02 +01:00
parent c0909b09b4
commit 251de194c5
4 changed files with 2 additions and 2 deletions

View file

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