forms/babel.config.js

10 lines
119 B
JavaScript
Raw Normal View History

2019-05-14 01:15:45 +02:00
module.exports = {
plugins: ['@babel/plugin-syntax-dynamic-import'],
presets: [
[
'@babel/preset-env'
2019-05-14 01:15:45 +02:00
]
]
}