Webpack: suppress polyfill output

This commit is contained in:
Alex Gleason 2021-09-04 16:43:57 -05:00
parent e8623d0af8
commit 13e330ebeb
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -26,7 +26,6 @@ module.exports = (api) => {
switch (env) {
case 'production':
envOptions.debug = false;
config.plugins.push(...[
'lodash',
[
@ -51,7 +50,6 @@ module.exports = (api) => {
]);
break;
case 'development':
envOptions.debug = true;
config.plugins.push(...[
'@babel/transform-react-jsx-source',
'@babel/transform-react-jsx-self',