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 found that I needed to use something like grunt-contrib-concat to first concatenate the files into a single source file, and THEN run the babel task.
Hi,
I have a problem with multi source files. My configuration:
but output (destination) file is created based only on
dir/plugins.core.file.js
and rest of sources (dir/plugins/*.js
) are ignored.What am I doing wrong?
The text was updated successfully, but these errors were encountered: