Commit 99c99dcfe3f60aa0bd873ad9bc5017a89fc87619

Authored by Igor Kulikov
1 parent 21742b87

UI: Migrate to latest webpack version 4.36.1

Showing 1 changed file with 2 additions and 2 deletions

Too many changes to show.

To preserve performance only 1 of 18 files are displayed.

1 { 1 {
2 "presets": [ 2 "presets": [
3 - "react",  
4 - "es2015" 3 + "@babel/preset-react",
  4 + "@babel/preset-env"
5 ], 5 ],
6 "plugins": [ 6 "plugins": [
7 "react-hot-loader/babel" 7 "react-hot-loader/babel"