Hi, what must I add to my gulp configuration so that import and export statements work? I have ES2015 Classes working already, but when I try to import something I get: refunds.modal.controller.js:1 Uncaught SyntaxError: Unexpected token import
Steps to reproduce/test case
Import any module. E.G: import angular from 'angular';
Please specify which version of generator-hottowel, node and npm you're running
Issue details
Hi, what must I add to my gulp configuration so that import and export statements work? I have ES2015 Classes working already, but when I try to import something I get:
refunds.modal.controller.js:1 Uncaught SyntaxError: Unexpected token import
Steps to reproduce/test case
Import any module. E.G: import angular from 'angular';
Please specify which version of
generator-hottowel
, node and npm you're runningAffected platforms
Which gulp command are you running ?
{gulp serve-dev}