How can I use this and webpack 2? When i bundle my code with Webpack 2 I get the following errors: 'Uncaught Error: Cannot find module "es6!./fdt.datetime.controller"' Is there a known way to remove the es6! just for webpack?
How can I use this and webpack 2? When i bundle my code with Webpack 2 I get the following errors:
'Uncaught Error: Cannot find module "es6!./fdt.datetime.controller"'
Is there a known way to remove the es6! just for webpack?