mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 12:37:22 +01:00
14 lines
229 B
JavaScript
14 lines
229 B
JavaScript
export default {
|
|
build: {
|
|
lib: {
|
|
entry: "src/lib.ts",
|
|
formats: ["es", "iife"],
|
|
name: "hydrogenMatrix",
|
|
}
|
|
},
|
|
public: false,
|
|
server: {
|
|
hmr: false
|
|
}
|
|
};
|