Closed
Description
Hi there,
I added a server/log4js.json
file to my project generated with version 3.1.1
. And now grunt build
breaks with the following error:
Running "babel:server" (babel) task
Warning: server/log4js.json: Unexpected token (2:19) Use --force to continue.
Aborted due to warnings.
I fixed the issue by removing .json
files from the babel:server
task. I don't see why grunt build
would try to transpile .json
files. Am I missing something here or is this a bug?
Thanks for the great generator by the way.