diff --git a/README.md b/README.md index 1c23a4e..750f1cc 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,13 @@ That's what this does. ### **Some popular extension** -![](./asset/other_extensions_refuses_to_open_file.png) -![](./asset/other_extension_600MB_ram_usage.png) +![other_extensions_refuses_to_open_file](https://git.sheetjs.com/asadbek064/sheetjs-vscode-extension/raw/commit/52b3c6b66f0cc9e406ad657538610b126e017fb5/asset/other_extensions_refuses_to_open_file.png) +![other_extension_600MB_ram_usage](https://git.sheetjs.com/asadbek064/sheetjs-vscode-extension/raw/commit/52b3c6b66f0cc9e406ad657538610b126e017fb5/asset/other_extension_600MB_ram_usage.png) ### **Mine 😊** -![](./asset/mine_easy_open_large_files.png) -![](./asset//mine_less_ram_usage.png) +![mine_easy_open_large_files](https://git.sheetjs.com/asadbek064/sheetjs-vscode-extension/raw/branch/main/asset/mine_easy_open_large_files.png) +![mine_less_ram_usage](https://git.sheetjs.com/asadbek064/sheetjs-vscode-extension/raw/commit/52b3c6b66f0cc9e406ad657538610b126e017fb5/asset/mine_less_ram_usage.png) ## Development diff --git a/webpack.config.js b/webpack.config.js index 37d7024..6819cf2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -31,7 +31,7 @@ const extensionConfig = { rules: [ { test: /\.ts$/, - exclude: /node_modules/, + exclude: [/node_modules/, /asset/], use: [ { loader: 'ts-loader'