Use stage-2 preset
This commit is contained in:
parent
793b24efbb
commit
60e37e8de0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ config = {
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
query: {
|
query: {
|
||||||
presets: ['preact']
|
presets: ['preact', 'stage-2']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue