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