week2
This commit is contained in:
+5
-3
@@ -8,7 +8,7 @@ const outputDirectory = 'dist';
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
entry: {
|
||||
bootstrap: ['./src/main.tsx'],
|
||||
bootstrap: ['./src/main.tsx'],
|
||||
example: ['./src/example/main.tsx'],
|
||||
example2: ['./src/example2/main.tsx']
|
||||
},
|
||||
@@ -31,8 +31,10 @@ module.exports = {
|
||||
{ from: 'stubs/importmap.json' },
|
||||
{ from: './node_modules/systemjs/dist', to: 'extlib/systemjs' },
|
||||
{ from: './node_modules/react/umd', to: 'extlib/react' },
|
||||
{ from: './node_modules/react-dom/umd', to: 'extlib/react-dom' }
|
||||
// { from: 'exampleApp' }
|
||||
{ from: './node_modules/react-dom/umd', to: 'extlib/react-dom' },
|
||||
{ from: './node_modules/uds-news-original/dist' },
|
||||
{ from: './node_modules/uds-org/dist' },
|
||||
{ from: './node_modules/uds-sections-origin/dist' }
|
||||
])
|
||||
],
|
||||
devtool: '#source-map',
|
||||
|
||||
Reference in New Issue
Block a user