Skip to content

Commit

Permalink
Merge pull request #276 from terra-money/fix/inpage-script-build
Browse files Browse the repository at this point in the history
FIX: webpack configuration for inpage.js and keplr.js
  • Loading branch information
mwmerz authored Sep 14, 2023
2 parents 509ef7b + 24bdb3f commit 6a44c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
entry: {
contentScript: path.join(__dirname, "contentScript.js"),
background: path.join(__dirname, "background.js"),
inpage: path.join(__dirname, "inpage.js"),
keplr: path.join(__dirname, "keplr.js"),
},
plugins: [
new webpack.DefinePlugin({
Expand Down

0 comments on commit 6a44c12

Please sign in to comment.