forked from PluralFlux/PluralFlux
added babel to convert es modules to cjs
This commit is contained in:
8
babel.config.js
Normal file
8
babel.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// babel.config.js
|
||||
module.exports = {
|
||||
env: {
|
||||
test: {
|
||||
plugins: ["@babel/plugin-transform-modules-commonjs"]
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user