Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
- Removed: Outputs to 'build' folder comment.

Co-Authored-By: Elín Ólafsdóttir <[email protected]>
  • Loading branch information
atmostfear-entertainment and eelinolafsdottir committed Aug 31, 2024
1 parent 1fc0ff1 commit 1868a70
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 @@ -19,7 +19,7 @@ module.exports = (env) => {
},

output: {
path: path.resolve(__dirname, 'build'), // Outputs to 'build' folder
path: path.resolve(__dirname, 'build'),
filename: '[name].js',
},

Expand Down

0 comments on commit 1868a70

Please sign in to comment.