forked from PluralFlux/PluralFlux
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
// babel.config.js
|
|
module.exports = {
|
|
env: {
|
|
test: {
|
|
plugins: ["@babel/plugin-transform-modules-commonjs"]
|
|
}
|
|
}
|
|
}; |