Bump Webpack plugins and loaders

This commit is contained in:
Qstick 2021-12-24 12:18:14 -06:00
commit 4f2ccb462b
316 changed files with 1362 additions and 1384 deletions

View file

@ -32,15 +32,15 @@ class DelayProfiles extends Component {
onAddDelayProfilePress = () => {
this.setState({ isAddDelayProfileModalOpen: true });
}
};
onModalClose = () => {
this.setState({ isAddDelayProfileModalOpen: false });
}
};
onMeasure = ({ width }) => {
this.setState({ width });
}
};
//
// Render