babel.config.js 148 Bytes
Newer Older
lxyang committed
1 2 3 4 5 6 7 8 9 10
'use strict'

module.exports = {
  plugins: ['@babel/plugin-transform-modules-commonjs'],
  env: {
    test: {
      plugins: ['./lib']
    }
  }
}