1
0
mirror of https://github.com/atisawd/boxicons.git synced 2025-02-22 04:03:57 +01:00
boxicons/webpack.config.js
2018-06-15 13:20:17 +05:30

7 lines
100 B
JavaScript

const webpack = require('webpack');
module.exports = {
entry: `${__dirname}/src/index.js`,
};