requirejs/backbone/handlebars プロジェクトをビルドしようとしていますが、app.build.js を実行しようとすると、このエラーが発生するようです:
Tracing dependencies for: main
ReferenceError: _ is not defined
In module tree:
main
cs
hbs
underscore
ReferenceError: _ is not defined
In module tree:
main
cs
hbs
underscore
at Object.eval (eval at <anonymous> (/usr/local/share/npm/lib/node_modules/requirejs/bin/r.js:13718:64))
アプリは、ビルドされていない場合でもエラーなしで完全に機能します。プロジェクトには、必要に応じてrequirejsシムとしてバックボーンとアンダースコアが含まれています。ソース全体を投稿したいのですが、内部システムなのでできません。さらに情報が必要な場合は、投稿できます。
ありがとう!