mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-27 10:01:46 +00:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
|
module.exports = {
|
||
|
env: {
|
||
|
test: {
|
||
|
plugins: ['@babel/plugin-transform-modules-commonjs']
|
||
|
}
|
||
|
}
|
||
|
}
|