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

Bug fixes to css + Docs + output custom element bundle to dist/ folder

This commit is contained in:
Paul T
2018-06-30 16:10:38 -04:00
parent 67cf6bd308
commit f403027ae3
4 changed files with 55 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
const path = require('path');
const webpack = require('webpack');
const WrapperPlugin = require('wrapper-webpack-plugin');
const packageJson = require('./package.json');
@@ -5,6 +6,7 @@ const packageJson = require('./package.json');
module.exports = {
entry: `${__dirname}/src/index.js`,
output: {
path: path.resolve(__dirname, 'dist'),
library: 'BoxIconElement',
libraryTarget: 'umd',
filename: 'box-icon-element.js',