Skip to content

Commit 993ce21

Browse files
committed
fix
1 parent 7ed0d7e commit 993ce21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] =
553553
plugins: [
554554
new RelativeCiAgentWebpackPlugin(),
555555
new StatsWriterPlugin({
556-
filename: "../webpack-stats.json",
556+
filename: "./webpack-stats.json",
557557
stats: {
558558
assets: true,
559559
chunks: true,

0 commit comments

Comments
 (0)