Skip to content

Commit

Permalink
Webpack: Output into build/dist so that gts clean works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleon committed Apr 28, 2024
1 parent 6c00d9b commit fdfd2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = (env, argv) => {
},
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'build/dist'),
},
};
};

0 comments on commit fdfd2fd

Please sign in to comment.