chore: excluded asset dir from being bundled

This commit is contained in:
Asad Karimov 2026-01-25 11:14:26 -05:00
parent 52b3c6b66f
commit c189b47ded
2 changed files with 5 additions and 5 deletions

@ -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

@ -31,7 +31,7 @@ const extensionConfig = {
rules: [
{
test: /\.ts$/,
exclude: /node_modules/,
exclude: [/node_modules/, /asset/],
use: [
{
loader: 'ts-loader'