Update documentation + images + icons

This commit is contained in:
Elio Struyf
2021-07-21 19:38:56 +02:00
parent b2f0d51aa2
commit 87e735faa9
23 changed files with 147 additions and 33 deletions
+9 -7
View File
@@ -49,13 +49,15 @@ module.exports = [
extensions: ['.ts', '.js', '.tsx', '.jsx']
},
module: {
rules: [{
test: /\.(ts|tsx)$/,
exclude: /node_modules/,
use: [{
loader: 'ts-loader'
}]
}]
rules: [
{
test: /\.(ts|tsx)$/,
exclude: /node_modules/,
use: [{
loader: 'ts-loader'
}]
}
]
},
performance: {
maxEntrypointSize: 400000,