UNPKG

laravel-mix

Version:

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

11 lines (9 loc) 229 B
const { Component } = require('./Component'); module.exports = class SetResourceRoot extends Component { /** * @param {string} path */ register(path) { this.context.config.resourceRoot = path; } };