1
0
mirror of https://github.com/atisawd/boxicons.git synced 2025-08-31 11:21:52 +02:00

Initial commit

This commit is contained in:
Aniket Suvarna
2018-06-15 13:20:17 +05:30
commit 9177bfdf90
402 changed files with 18601 additions and 0 deletions

7
webpack.config.js Normal file
View File

@@ -0,0 +1,7 @@
const webpack = require('webpack');
module.exports = {
entry: `${__dirname}/src/index.js`,
};