Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JamarTG authored Oct 10, 2024
1 parent ad02e23 commit 033ab28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const path = require('path');

const CopyWebpack = require('copy-webpack-plugin');

module.exports = {
Expand Down Expand Up @@ -29,4 +30,4 @@ module.exports = {
filename: 'main.js',
path: path.resolve(__dirname, 'dist'),
},
};
};

0 comments on commit 033ab28

Please sign in to comment.