diff --git a/src/server/build.js b/src/server/build.js index 440e0ef95c8d..b1e74f7a3a97 100644 --- a/src/server/build.js +++ b/src/server/build.js @@ -66,7 +66,7 @@ webpack(config).compile(function (err, stats) { const source = asset._value; const dstPath = path.resolve(outputDir, `static/${filename}`); - + // Ensure the asset directory exists shelljs.mkdir('-p', path.parse(dstPath).dir); fs.writeFileSync(dstPath, source);