kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Upgrade to Babel 7 final + webpack-cli 3 #242

Closed pascalw closed 5 years ago

pascalw commented 5 years ago

Note that stage presets are removed. I've added the same plugin as stage-3 implied for now.

Fixes https://github.com/kabisa/maji/issues/240 and https://github.com/kabisa/maji/issues/241.

pascalw commented 5 years ago

Note that it's still using a karma-webpack beta version, as a webpack 4 compatible version is not yet released. We also still need to replace extract-text-webpack-plugin with mini-css-extract-plugin, but that's not really required for this PR.