mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
// babel.config.js
|
|
module.exports = {
|
|
env: {
|
|
test: {
|
|
plugins: ["@babel/plugin-transform-modules-commonjs"]
|
|
}
|
|
}
|
|
}; |