chore: excluded asset dir from being bundled
This commit is contained in:
parent
52b3c6b66f
commit
c189b47ded
@ -98,13 +98,13 @@ That's what this does.
|
||||
|
||||
### **Some popular extension**
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### **Mine 😊**
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Development
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ const extensionConfig = {
|
||||
rules: [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: [/node_modules/, /asset/],
|
||||
use: [
|
||||
{
|
||||
loader: 'ts-loader'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user