babel config for client

This commit is contained in:
Jiiks 2019-03-04 09:52:25 +02:00
parent 003c9766bc
commit 5408d994be
2 changed files with 2649 additions and 2650 deletions

View File

@ -6,10 +6,7 @@ const jsLoader = {
test: /\.(js|jsx)$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/env', '@babel/react']
}
loader: 'babel-loader'
}
};

5294
package-lock.json generated

File diff suppressed because it is too large Load Diff