-
npm i grunt-babel babel-preset-latest babel-plugin-transform-remove-strict-mode —-save-dev - move
src/appto_src/appand other base files likeindex.html. - update
.gitignoreto ignore the entiresrcdirectory (yeah!) - add babel grunt task config to go from
_src/apptosrc/app
babel: {
options: {
sourceMap: true,
presets: ['latest'],