Remove unneeded babel config variable
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
c1368b8696
commit
1f805c5dc2
|
@ -1,16 +1,15 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
['@babel/plugin-proposal-class-properties', { loose: true }]
|
||||
['@babel/plugin-proposal-class-properties', { loose: true }],
|
||||
],
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
modules: false,
|
||||
corejs: 3,
|
||||
useBuiltIns: false,
|
||||
}
|
||||
]
|
||||
]
|
||||
};
|
||||
},
|
||||
],
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue