webpack.config.js 105 B

1234
  1. module.exports = function () {
  2. const { getWebpackConfig } = require('.')
  3. return getWebpackConfig()
  4. }