Skip to content
Snippets Groups Projects
Commit b74e3b7e authored by Hermann Blum's avatar Hermann Blum
Browse files

add rest-spead operator to babel

parent 2e7f414a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,10 @@ const config = {
exclude: /node_modules/,
use: [{
loader: 'babel-loader',
options: { presets: ['env'] },
options: {
presets: ['env'],
plugins: ['transform-object-rest-spread'],
},
}],
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment