Update package.json & webpack

This commit is contained in:
Gennady Grishkovtsov
2018-10-05 22:51:20 +03:00
parent 206216643a
commit 5d8139d674
4 changed files with 82 additions and 73 deletions

View File

@@ -2,7 +2,6 @@ const path = require('path')
const HtmlWebpackPlugin = require('html-webpack-plugin')
module.exports = {
devtool: '#eval-source-map',
entry: './demo/index.js',
output: {
path: path.resolve(__dirname, './demo')