Skip to content

Commit

Permalink
Add plausible entrypoint to webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
lookupdaily committed Jul 20, 2023
1 parent c4e0601 commit becfe03
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
Expand Up @@ -3,7 +3,8 @@ const path = require('path')
module.exports = {
entry: {
search: path.join(__dirname, 'src/_webpack/search'),
redirect: path.join(__dirname, 'src/_webpack/redirect')
redirect: path.join(__dirname, 'src/_webpack/redirect'),
plausible: path.join(__dirname, 'src/_webpack/plausible')
},
output: {
filename: '[name].js',
Expand Down

0 comments on commit becfe03

Please sign in to comment.