The grunt 'build' task copies the local env variable file (server/config/local.env.js) into /dist – is this intentional? I've always modified my gruntfile to exclude this file from the 'copy' config, but that doesn't seem to work for me anymore with the babel:server task. I haven't been able to find the right syntax to exclude this file from the babel task...
Q1) Should the local ENV vars be bundled into /dist with the grunt build task?
Q2) If so, could someone help me with the syntax to exclude them on my end?
Thanks, great project!