Skip to content

Commit

Permalink
Add RichConfirm submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Oct 3, 2024
1 parent b4eb8e8 commit 261c285
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "submodules/webextensions-lib-rich-confirm"]
path = submodules/webextensions-lib-rich-confirm
url = https://github.com/piroor/webextensions-lib-rich-confirm.git
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo on

git submodule update --init --recursive
call npm install
call npx webpack
1 change: 1 addition & 0 deletions submodules/webextensions-lib-rich-confirm
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = async (env, options) => {
polyfill: ["core-js/stable", "regenerator-runtime/runtime"],
app: ["./src/web/app.js"],
dialog: ["./src/web/dialog.js"],
RichConfirm: ["./submodules/webextensions-lib-rich-confirm/RichConfirm.js"],
},
output: {
clean: true,
Expand Down

0 comments on commit 261c285

Please sign in to comment.