5073a930f0
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'@babel/plugin-syntax-dynamic-import',
|
|
'@babel/plugin-proposal-object-rest-spread'
|
|
],
|
|
presets: [
|
|
[
|
|
'@babel/preset-env'
|
|
]
|
|
]
|
|
}
|