mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
build: Fix running webpack on ESM
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import packageJson from "../../package.json";
|
||||
import packageJson from "../../package.json" assert { type: "json" };
|
||||
|
||||
export default `assets/v${packageJson.version}`;
|
||||
|
||||
Reference in New Issue
Block a user