You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problems selecting single files. This is my configuration:
const info = new Funnel(appRoot, {
files: ["plugin.info", 'styles/tiddlywiki.files'],
annotation: "Metadata files",
});
As you can see, I only want to copy two files, however funnel is copying all the files that are on the folder, producing big problems to me. One of the problems is that I can not merge trees unless I specify the option overwrite to true.
Is this a bug with the latest version or may be a problem with babel-transpiler ?
Here is how I have the merge trees, and js configured:
Ok, I isolated the problem by trying the different funnel trees in isolation with merge-trees. The latest version of funnel is working perfectly, just the desired files are copied, however babel-transpiler is copying the entire directory, no matter if they are js files, styles or whatever. Not sure how to proceed
I solved the problem by passing a funnel tree to the babel plugin instead of the approot. This way works, but feels wrong to create a funnel tree just to select the correct files for a plugin that already should be able to select the correct files.
Hello,
I'm using the latest version of broccoli funnel 2.0.1, along with 1.2.0, which is being used by babel-transpiler:
I am having problems selecting single files. This is my configuration:
As you can see, I only want to copy two files, however funnel is copying all the files that are on the folder, producing big problems to me. One of the problems is that I can not merge trees unless I specify the option overwrite to true.
Is this a bug with the latest version or may be a problem with babel-transpiler ?
Here is how I have the merge trees, and js configured:
Thanks in advance
The text was updated successfully, but these errors were encountered: