UNPKG
synt_backend
Version:
latest (1.0.0)
1.0.0
Synt light-weight node backend service
synt_backend
/
babel.config.js
9 lines
(8 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { presets: [
"@babel/preset-env"
], plugins: [
"@babel/plugin-transform-modules-commonjs"
,
// Add this line to enable CommonJS modules transformation
], include: [
"*"
,
"node_modules/@syntbeheer/api"
], ignore: [/node_modules\/(?!
@syntbeheer
\/api)/], };