UNPKG

laravel-mix

Version:

The power of webpack, distilled for the rest of us.

11 lines (9 loc) 262 B
const { Component } = require('./Component'); module.exports = class BabelConfig extends Component { /** * @param {import('@babel/core').TransformOptions} config */ register(config) { this.context.config.babelConfig = config; } };