UNPKG

miaam-scripts

Version:
9 lines (6 loc) 184 B
const webpack = require('webpack'); const createCompiler = ({ webpackOptions }) => { const compiler = webpack(webpackOptions); return compiler; }; module.exports = createCompiler;