mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(webpack): add missing share.js entry point
This commit is contained in:
parent
f672747cfc
commit
b7f8f00a14
@ -8,7 +8,8 @@ export default {
|
||||
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/`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user