mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Remove redundant entry point
This commit is contained in:
parent
a258897884
commit
70c20aadda
5 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
],
|
||||
|
||||
entry: {
|
||||
app: path.join(__dirname, 'public/js/app.js'),
|
||||
index: path.join(__dirname, 'public/js/index.js'),
|
||||
public: path.join(__dirname, 'public/js/public.js')
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue