We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bba36c commit 55a8f07Copy full SHA for 55a8f07
index.js
@@ -1,3 +1,4 @@
1
-var netlifyCmsModule = require("./dist/module.js");
+const netlifyCmsModule = require("./dist/module.js");
2
+
3
module.exports = netlifyCmsModule.default;
4
module.exports.meta = netlifyCmsModule.meta;
0 commit comments