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