mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 17:34:24 +08:00
Remove babel-plugin-rewire (#3522)
This commit is contained in:
@@ -4,8 +4,4 @@ if (process.env.TEST_FRONTEND) {
|
||||
config.presets = [ "@babel/preset-env" ];
|
||||
}
|
||||
|
||||
if (process.env.TEST_BACKEND) {
|
||||
config.plugins = [ "babel-plugin-rewire" ];
|
||||
}
|
||||
|
||||
module.exports = config;
|
||||
|
Reference in New Issue
Block a user