mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fleshed out up to step 6
This commit is contained in:
@@ -2,8 +2,9 @@ const path = require('path');
|
||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
|
||||
const entries = {
|
||||
step01: './step01/index',
|
||||
step02: './step02/index',
|
||||
step04: './step04/src/index',
|
||||
step05: './step05/src/index',
|
||||
step06: './step06/src/index',
|
||||
playground: './playground/src/index'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user