Add a fixture for the included component, to have something visible on the main page

This commit is contained in:
Dmitry S
2020-05-20 01:04:54 -04:00
parent ec182792be
commit a5fbc8fcd2
2 changed files with 35 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const path = require('path');
module.exports = {
target: 'web',
entry: {
main: "./build/app/client/ui/PagePanels.js",
main: "./build/app/client/index.js",
},
output: {
filename: "[name].bundle.js",