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
But if you do provide an array, this is the result:
PS F:\dev\inleague> npx webpack F:\dev\inleague\node_modules\webpack-cli\bin\cli.js:93 throw err; ^ TypeError: name.split is not a function at ElixirConfig.withoutExtension (F:\dev\inleague\node_modules\coldbox-elixir\src\config\config.js:181:14) at ElixirConfig.module.exports [as css] (F:\dev\inleague\node_modules\coldbox-elixir\src\config\ingredients\css.js:8:21) at F:\dev\inleague\webpack.config.js:30:9 at elixir (F:\dev\inleague\node_modules\coldbox-elixir\src\index.js:6:5) at Object.<anonymous> (F:\dev\inleague\webpack.config.js:29:18)
The text was updated successfully, but these errors were encountered:
This page suggests that you can provide an array of files to functions like mix.css() or mix.js():
https://coldbox-elixir.ortusbooks.com/working_with_stylesheets
But if you do provide an array, this is the result:
PS F:\dev\inleague> npx webpack F:\dev\inleague\node_modules\webpack-cli\bin\cli.js:93 throw err; ^ TypeError: name.split is not a function at ElixirConfig.withoutExtension (F:\dev\inleague\node_modules\coldbox-elixir\src\config\config.js:181:14) at ElixirConfig.module.exports [as css] (F:\dev\inleague\node_modules\coldbox-elixir\src\config\ingredients\css.js:8:21) at F:\dev\inleague\webpack.config.js:30:9 at elixir (F:\dev\inleague\node_modules\coldbox-elixir\src\index.js:6:5) at Object.<anonymous> (F:\dev\inleague\webpack.config.js:29:18)
The text was updated successfully, but these errors were encountered: