fix: also build jsx files (#20624)
This commit is contained in:
parent
e5b1b8d681
commit
55867282ad
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ function get_all_files_to_build(apps) {
|
|||
for (let app of apps) {
|
||||
let public_path = get_public_path(app);
|
||||
include_patterns.push(
|
||||
path.resolve(public_path, "**", "*.bundle.{js,ts,css,sass,scss,less,styl}")
|
||||
path.resolve(public_path, "**", "*.bundle.{js,ts,css,sass,scss,less,styl,jsx}")
|
||||
);
|
||||
ignore_patterns.push(
|
||||
path.resolve(public_path, "node_modules"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue