perf: improve build performance

This commit is contained in:
Baptiste Grob
2020-05-12 13:30:00 +02:00
parent e61cb53c75
commit 1916a459a0
7 changed files with 10 additions and 24 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
rules: [
{
test: /\.(js|ts)$/,
exclude: /node_modules/,
exclude: /(node_modules|snjs)/,
use: {
loader: 'babel-loader'
}