File tree Expand file tree Collapse file tree
packages/@css-blocks/ember-cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,10 +227,10 @@ module.exports = {
227227
228228
229229 if ( options . output !== undefined && typeof options . output !== "string" ) {
230- throw new Error ( " Invalid css-block options in ` ember-cli-build.js` : Output must be a string or array." ) ;
230+ throw new Error ( ` Invalid css-block options in ' ember-cli-build.js' : Output must be a string or array. Instead received ${ options . output } .` ) ;
231231 }
232232 if ( ! isEmber && typeof options . entry !== "string" && ! Array . isArray ( options . entry ) ) {
233- throw new Error ( " Invalid css-block options in ` ember-cli-build.js` : Entry must be a string or array." ) ;
233+ throw new Error ( ` Invalid css-block options in ' ember-cli-build.js' : Entry must be a string or array. Instead received ${ options . entry } .` ) ;
234234 }
235235 if ( isEmber && options . entry ) {
236236 throw new Error ( `CSS Blocks entry points are auto-discovered in Ember apps. Do not pass an "entry" option in your CSS Blocks config.` ) ;
You can’t perform that action at this time.
0 commit comments