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
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
This is by design. The convention is that all your files in the root of the scripts directory create a bundle. I always create subdirectories and require their files by importing them into the root files.
src/scripts/background.js
importsomeFilefrom'./someSubDir/someFile'
You can always change this convention in your tasks/script.js files.
Anyway @OmgImAlexis thanks a lot for your feedback!
If you add a directory in the scripts directory it skips it since you're using
'app/scripts/*.js'
vs'app/scripts/**/*.js'
.Same goes for the output.
The text was updated successfully, but these errors were encountered: