Skip to content

Commit

Permalink
[+] change webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
warioddly committed Dec 3, 2023
1 parent ba2ff9c commit 74dbef9
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 @@ -14,7 +14,7 @@ const stylesHandler = MiniCssExtractPlugin.loader;
const config = {
entry: './src/index.ts',
output: {
path: path.resolve(__dirname, 'docs'),
path: path.resolve(__dirname, 'build'),
filename: 'bundle.js',
},
devServer: {
Expand Down

0 comments on commit 74dbef9

Please sign in to comment.