mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
|
const webpack = require('webpack');
|
||
|
|
||
|
module.exports = {
|
||
|
entry: `${__dirname}/src/index.js`,
|
||
|
|
||
|
|
||
|
};
|