Skip to content

Commit

Permalink
Test Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangChanVi committed Nov 21, 2023
1 parent 309166f commit 9a5b8d6
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 @@
import CopyWebpackPlugin from 'copy-webpack-plugin';
import * as path from 'path';

export default {
entry: './src/handler.js',
Expand Down Expand Up @@ -26,7 +27,7 @@ export default {
},
{
test: [/\.(js|jsx)$/],
exclude: ['src/index.js'],
exclude: [path.resolve(__dirname, 'src/index.js')],
},
],
},
Expand Down

0 comments on commit 9a5b8d6

Please sign in to comment.