Skip to content

Commit

Permalink
Merge pull request #1043 from TriliumNext/fix_webpack-share-entry
Browse files Browse the repository at this point in the history
fix(webpack): add missing share.js entry point
  • Loading branch information
eliandoran authored Jan 25, 2025
2 parents e1a095d + b7f8f00 commit faf14e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const config: Configuration = {
entry: {
setup: "./src/public/app/setup.js",
mobile: "./src/public/app/mobile.js",
desktop: "./src/public/app/desktop.js"
desktop: "./src/public/app/desktop.js",
share: "./src/public/app/share.js"
},
output: {
publicPath: `${assetPath}/app-dist/`,
Expand Down

0 comments on commit faf14e1

Please sign in to comment.