This commit is contained in:
yoannchb-pro
2023-03-31 17:52:32 -04:00
parent ae9e528ac0
commit f581bc2788
7 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
input: "./src/index.ts",
output: [
{
file: "./extension/moodle-gpt.js",
file: "./extension/MoodleGPT.js",
format: "umd",
sourcemap: true,
},