(err)
| 275 | }, |
| 276 | }, |
| 277 | buildEnd(err) { |
| 278 | if (this.meta.watchMode) return |
| 279 | |
| 280 | if (!err) { |
| 281 | for (const file in deps) { |
| 282 | if (!transformed[file]) { |
| 283 | this.error( |
| 284 | `Did not find "${file}" which is supposed to be shimmed, was the file renamed?`, |
| 285 | ) |
| 286 | } |
| 287 | } |
| 288 | } |
| 289 | }, |
| 290 | } |
| 291 | } |
| 292 |