灵活性与Meteor的填充物

时间:2018-01-29 15:57:51

标签: javascript meteor polyfills

正如标题所说,我正试图在我的流星应用程序中使用flexibility。所以在我的客户端文件夹中,我添加了flexibility.js文件,我的main.html看起来像这样:

<head>
 <title>FROG</title>
 <script src="https://*****.js" crossorigin="anonymous"></script>
 <script src="flexibility.js"></script>
</head>

<body>
 <div id="render-target"></div>
</body>

但是当我在localhost上加载客户端时,我得到(在客户端控制台上)

Uncaught SyntaxError: Unexpected token <
这表示它在第一行引用flexibility.js<!DOCTYPE html>

我没有得到什么问题,请帮助我:)。

0 个答案:

没有答案