From aa6c76da827cf908051c399e5e05888bb7b0208e Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Sun, 10 Jul 2022 11:16:24 +0200 Subject: [PATCH] Update --- README.md | 16 ++++++++-------- esbuild.config.js | 2 +- tsconfig.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a98436..6e16612 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ Note: At the moment, we support Polish language because this extension generates ## Screenshots - - - - - - - - + + + + + + + + diff --git a/esbuild.config.js b/esbuild.config.js index 8a0b9da..c38cbee 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -50,6 +50,7 @@ esbuild 'src/background.ts', 'src/styles/global.scss', 'src/styles/fonts.scss', + 'manifest.json', ], bundle: true, // minify: true, @@ -61,7 +62,6 @@ esbuild '.ttf': 'file', '.svg': 'file', '.json': 'json', - '.html': 'file', }, plugins: [scss(), skipReactImports], define: { diff --git a/tsconfig.json b/tsconfig.json index 01706cb..3820163 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "lib": ["es2017", "dom", "es2019"], "typeRoots": ["node_modules/@types", "node_modules/web-ext-types"], "target": "es2019", - "outDir": "lib", + "outDir": "dist", "skipLibCheck": true, "strictNullChecks": true, "strict": true,