mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement standalone FromChat Protocol
This commit is contained in:
@@ -70,7 +70,8 @@ export default defineConfig({
|
||||
plugins: plugins,
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src")
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
"@fromchat/protocol": path.resolve(__dirname, "./packages/fromchat-protocol/src/index.ts")
|
||||
}
|
||||
},
|
||||
server: {
|
||||
@@ -89,6 +90,7 @@ export default defineConfig({
|
||||
},
|
||||
appType: "spa",
|
||||
optimizeDeps: {
|
||||
exclude: ["@fromchat/protocol"],
|
||||
esbuildOptions: {
|
||||
target: "es2022"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user