UNPKG

153 BJavaScriptView Raw
1const api = require('.')({
2 command: 'build',
3 cliOptions: {
4 args: ['build']
5 }
6})
7
8api.applyPlugins()
9
10module.exports = api.createWepackConfig()