mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
use .jsx extensions for components
This commit is contained in:
parent
2576e3b2d6
commit
cc69e65a72
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ const browserifyConfig = {
|
|||
return out(file);
|
||||
})
|
||||
}]
|
||||
]
|
||||
],
|
||||
extensions: [".js", ".jsx", ".css"]
|
||||
};
|
||||
|
||||
const entryFiles = Object.keys(bundles);
|
||||
|
|
Loading…
Reference in a new issue