Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、最適化されたビルドから r.js および build.js ファイルを除外するために、次を使用しています。
fileExclusionRegExp: /^(r|build)\.js$/
これに追加して、特定の拡張子を持つディレクトリやその他のファイルも除外するにはどうすればよいですか? そのためにまだこの設定を使用している必要がありますか、それとも別の方法で処理できますか。特に、これら 2 つの js ファイルとディレクトリ全体を除外したいと思います。