mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
cleanup
This commit is contained in:
@@ -10,6 +10,10 @@ class Config {
|
||||
const [user] = this.repo.split('/');
|
||||
return user;
|
||||
}
|
||||
|
||||
get isProd() {
|
||||
return process.env.NODE_ENV === 'production';
|
||||
}
|
||||
}
|
||||
|
||||
export default new Config();
|
||||
|
||||
Reference in New Issue
Block a user