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.
1 parent 6a846b3 commit 08e7ed7Copy full SHA for 08e7ed7
rollup.config.js
@@ -38,7 +38,7 @@ const wildcardExternalsPlugin = (peerDependencies) => ({
38
}
39
});
40
41
-const files = glob.sync("src/**/assets/src/live_controller.ts");
+const files = glob.sync("src/**/assets/src/*controller.ts");
42
const packages = files.map((file) => {
43
const absolutePath = path.join(__dirname, file);
44
const packageData = require(pkgUp.sync({ cwd: absolutePath }));
0 commit comments