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

switch from preset-env to preset-es2015

parent 53dcd5fc
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ const config = { ...@@ -36,7 +36,7 @@ const config = {
exclude: /node_modules/, exclude: /node_modules/,
use: [{ use: [{
loader: 'babel-loader', loader: 'babel-loader',
options: { presets: ['env'] }, options: { presets: ['es2015'] },
}], }],
}, },
{ {
......
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