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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user