UNPKG

103 BJavaScriptView Raw
1const Poi = require('.')
2
3const poi = new Poi()
4
5module.exports = poi.createWebpackConfig().toConfig()