Revize fc657f96
Přidáno uživatelem Pavel Fidransky před více než 4 roky(ů)
client/package.json | ||
---|---|---|
37 | 37 |
"last 1 firefox version", |
38 | 38 |
"last 1 safari version" |
39 | 39 |
] |
40 |
}, |
|
41 |
"devDependencies": { |
|
42 |
"babel-plugin-transform-remove-console": "^6.9.4" |
|
43 |
}, |
|
44 |
"babel": { |
|
45 |
"presets": [ |
|
46 |
"react-app" |
|
47 |
], |
|
48 |
"plugins": [ |
|
49 |
"transform-remove-console" |
|
50 |
] |
|
40 | 51 |
} |
41 | 52 |
} |
Také k dispozici: Unified diff
re #58 remove console logs from production build using babel plugin