Pe 199 pre rel 0.4.0 (#34)

* Tab bg matches selections

* WIP: need to fix all modals one by one

* ready to pull latest

* history fixed
This commit is contained in:
anandamarsh
2023-10-11 23:43:47 -07:00
committed by GitHub
parent acc4eea74f
commit 474552d732
48 changed files with 570 additions and 1040 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const path = require("path");
module.exports = {
mode: "development",
entry: {
prompt: ["./src/index.ts", "./src/index.less"],
prompt: ["./src/index.ts", "./src/app/app.less"],
},
output: {
path: path.resolve(__dirname, "dist"),