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:
parent
22c9497cd7
commit
5e8ca0887e
2 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue