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:
parent
c0909b09b4
commit
251de194c5
4 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue