From 8cbe9dc0029e369c8e2eb4c0bc1ec9558916b2b4 Mon Sep 17 00:00:00 2001 From: Alejandro Lopez-Lago Date: Mon, 11 Oct 2021 06:20:42 +0000 Subject: [PATCH] Merged PR 219: Use modaq flag for YAPP to save space - Use modaq flag for YAPP to save space --- src/state/AppState.ts | 2 +- webpack.config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/state/AppState.ts b/src/state/AppState.ts index 47ac7e7..a5af3a1 100644 --- a/src/state/AppState.ts +++ b/src/state/AppState.ts @@ -1,7 +1,7 @@ import { assertNever } from "@fluentui/utilities"; import { makeAutoObservable } from "mobx"; import { IStatus } from "src/IStatus"; -import { ExportType, ICustomExport } from "./CustomExport"; +import { ICustomExport } from "./CustomExport"; import * as CustomExport from "./CustomExport"; import * as QBJ from "../qbj/QBJ"; diff --git a/webpack.config.js b/webpack.config.js index d1b7c61..b873f4c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -69,11 +69,11 @@ module.exports = (env, argv) => { __GOOGLE_CLIENT_ID__: JSON.stringify( "1038902414768-nj056sbrbe0oshavft2uq9et6tvbu2d5.apps.googleusercontent.com" ), - // If you're testing the YAPP Azure Function locally, use http://localhost:7071/api/ParseDocx, and - // make sure local.settings.json includes this after the Values field: + // If you're testing the YAPP Azure Function locally, use http://localhost:7071/api/ParseDocx?modaq=true + // and make sure local.settings.json includes this after the Values field: // "Host": { "LocalHttpPort": 7071, "CORS": "*" } __YAPP_SERVICE__: JSON.stringify( - "https://yetanotherpacketparserazurefunction.azurewebsites.net/api/ParseDocx" + "https://yetanotherpacketparserazurefunction.azurewebsites.net/api/ParseDocx?modaq=true" ), }), ],