devjin0617 / vue2-admin-lte

:bar_chart: adminLTE to vuejs v2.x converting project
https://devjin0617.github.io/vue2-admin-lte
MIT License
1.07k stars 323 forks source link

babel-preset-es2015 is deprecated #53

Open stiffroy opened 6 years ago

stiffroy commented 6 years ago

babel-preset-es2015 is deprecated now and says to use babel-preset-env. There was an error when I tried using the VAChat component saying: 'Module build failed: Error: Couldn't find preset "es2015" relative to directory'. For a temporary fix, I installed 'babel-preset-es2015' and 'babel-preset-stage-2' to make the templates compile. But I think it would be better to have these deprecated packages removed and their updated packages used instead.