Skip to content

Commit

Permalink
Merge pull request #23 from yoriiis/debug
Browse files Browse the repository at this point in the history
Rename debug to index for vercel deployment
  • Loading branch information
yoriiis committed Jul 2, 2023
2 parents 2ffc826 + 8fed1b3 commit adde1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports = (env, argv) => {
config.entry['popup-debug'] = resolveApp('src/popup-debug/config')
config.plugins.push(
new HtmlWebpackPlugin({
filename: 'popup-debug.html',
filename: 'index.html',
template: resolveApp('src/popup/views/popup.html'),
publicPath: '',
chunks: ['popup-debug']
Expand Down

0 comments on commit adde1f5

Please sign in to comment.