mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'@babel/plugin-syntax-dynamic-import',
|
|
],
|
|
presets: ['@babel/preset-env'],
|
|
}
|