Merge branch 'master' of github.com:kenotron/bootcamp

This commit is contained in:
Ken
2019-02-14 14:21:57 -08:00
34 changed files with 16 additions and 14 deletions

View File

@@ -3,10 +3,10 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const entries = {
step04: './step04/src/index',
step05: './step05/src/index',
step06: './step06/src/index',
step07: './step07/src/index',
'step1-04': './step1-04/src/index',
'step1-05': './step1-05/src/index',
'step1-06': './step1-06/src/index',
'step1-07': './step1-07/src/index',
'step2-01': './step2-01/src/index',
'step2-02': './step2-02/src/index',
playground: './playground/src/index'