mirror of
https://gitlab.com/deeplydrumming/DeemixFix.git
synced 2026-01-16 00:42:57 -03:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
module.exports = {
|
|
env: {
|
|
test: {
|
|
plugins: ['@babel/plugin-transform-modules-commonjs']
|
|
}
|
|
}
|
|
}
|