Autogen index - makes it fail...

not sure why, but don't want to soend time on it.
This commit is contained in:
Joe
2018-06-28 12:34:58 -05:00
parent b10be0ca77
commit 7a2e7ee843
5 changed files with 464 additions and 15 deletions

View File

@@ -1,10 +1,16 @@
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
entry: {
app: './src/index.js',
print: './src/print.js'
},
plugins: [
new HtmlWebpackPlugin({
title: 'Output Management'
})
],
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist')