mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Merge branch 'master' of github.com:kenotron/bootcamp
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user