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,