79476137

Date: 2025-02-28 16:29:19
Score: 1
Natty:
Report link

I was this error with Webpack Encore on a Symfony project, to solve it you need to add this options in your webpack.config.js:

Encore
    .enableTypeScriptLoader(function(tsConfig) {
        tsConfig.transpileOnly = true;
    })
;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Loïc Ovigne