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