tweb/babel.config.js

8 lines
186 B
JavaScript
Raw Normal View History

2020-02-06 16:43:07 +01:00
module.exports = {
presets: [
['@babel/preset-env', {targets: {node: 'current'}}],
'@babel/preset-typescript',
]/* ,
plugins: ["@babel/plugin-syntax-dynamic-import"] */
};