{
"entry": {
"main": [
"./scripts/main.js",
"./scripts/components/*.js", //this example currently does not compile & errors out
"./styles/main.scss"
]
},
}
In Gulp/Bower – manifest.json allows you to pass wildcards (aka folders of JS / SCSS files) to include for compilation; this is not currently possible in Sage 9.
In order to utilize config.json each individual file must be listed; this is inefficient and nonpragmatic.