We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44ff030 + c643670 commit fcb1ca7Copy full SHA for fcb1ca7
cds-plugin.js
@@ -1,9 +1,8 @@
1
const cds = require("@sap/cds/lib");
2
-const NotificationsBuildPlugin = require("./lib/build");
3
4
if (cds.cli.command === "build") {
5
// register build plugin
6
- cds.build?.register?.('notifications', NotificationsBuildPlugin);
+ cds.build?.register?.('notifications', require("./lib/build"));
7
}
8
9
else cds.once("served", async () => {
0 commit comments