mirror of
https://github.com/atisawd/boxicons.git
synced 2025-08-31 11:21:52 +02:00
Initial commit
This commit is contained in:
7
webpack.config.js
Normal file
7
webpack.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
entry: `${__dirname}/src/index.js`,
|
||||
|
||||
|
||||
};
|
Reference in New Issue
Block a user