We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd26ef commit 7888d9dCopy full SHA for 7888d9d
1 file changed
rollup.config.editor.mjs
@@ -1,9 +1,9 @@
1
import fs from "fs";
2
-import {glob} from "glob";
+import { glob } from "glob";
3
import path from "path";
4
import typescript from "@rollup/plugin-typescript";
5
6
-import packageJson from "./package.json" assert { type: "json" };;
+import packageJson from "./package.json" with { type: "json" };;
7
8
const allNodeTypes = Object.keys(packageJson["node-red"].nodes);
9
0 commit comments