FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Uncaught SyntaxError: Unexpected identifier #428

Open cube4d opened 2 years ago

cube4d commented 2 years ago

Hi,

i just followed the install instruction => https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Resources/doc/installation.rst

but i get the javscript error: Uncaught SyntaxError: Unexpected identifier for the line:

import Routing from '../../vendor/friendsofsymfony/jsrouting-bundle/Resources/public/js/router.min.js';

is this a common problem ?

Thank you