You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2020. It is now read-only.
in it, it gives errors while compiling like
ERROR in ./~/html-webpack-plugin/lib/loader.js!./src/html/app.ejs
Module build failed: SyntaxError: src\html\app.ejs:74
72|
73|
>> 74| <% var arr = JSON.parse(posts);
75| for(var i = 0; i < arr.length; i++)
76| {%>
77|
after removing jquery link it works fine.
when i use ejs Template and include
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>in it, it gives errors while compiling like
ERROR in ./~/html-webpack-plugin/lib/loader.js!./src/html/app.ejs
Module build failed: SyntaxError: src\html\app.ejs:74
72|
73|
>> 74| <% var arr = JSON.parse(posts);
75| for(var i = 0; i < arr.length; i++)
76| {%>
77|
after removing jquery link it works fine.