UNPKG

109 BJavaScriptView Raw
1const write = require('./write')
2
3module.exports = (dir, src) => write(dir, 'webpack.config.js', src, false)