UNPKG

119 BJavaScriptView Raw
1module.exports = {
2 entry: './index.js',
3 output: {
4 path: __dirname,
5 filename: 'react-fontwesome.js',
6 }
7};