mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-02 07:34:33 +02:00
added cypress
This commit is contained in:
@@ -2,8 +2,11 @@ const config = {
|
||||
version: "0.1.0",
|
||||
};
|
||||
|
||||
window.config = config;
|
||||
|
||||
if (module) {
|
||||
module.exports = config;
|
||||
try {
|
||||
window.config = config;
|
||||
if (module) {
|
||||
module.exports = config;
|
||||
}
|
||||
} catch {
|
||||
// ignore
|
||||
}
|
||||
|
Reference in New Issue
Block a user