We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d49c5d + 7760cea commit 5f7df38Copy full SHA for 5f7df38
lib/WebpackConfig.js
@@ -755,7 +755,7 @@ class WebpackConfig {
755
}
756
757
// Add configured entrypoints
758
- const controllersData = JSON.parse(fs.readFileSync(controllerJsonPath));
+ const controllersData = JSON.parse(fs.readFileSync(controllerJsonPath, 'utf8'));
759
const rootDir = path.dirname(path.resolve(controllerJsonPath));
760
761
for (let name in controllersData.entrypoints) {
0 commit comments