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
After updating my project to Angular 8, this formatter always gives me an error saying that __dirname in the first three lines of render.js is not defined.
If you change these lines to: var closing = require('./closing.js'); var entity = require('./entity.js'); var minify = require('./minify.js');
It works again! Is this the best solution and can you fix it?
The text was updated successfully, but these errors were encountered:
After updating my project to Angular 8, this formatter always gives me an error saying that
__dirname
in the first three lines ofrender.js
is not defined.If you change these lines to:
var closing = require('./closing.js');
var entity = require('./entity.js');
var minify = require('./minify.js');
It works again! Is this the best solution and can you fix it?
The text was updated successfully, but these errors were encountered: