- 
                Notifications
    
You must be signed in to change notification settings  - Fork 15
 
Closed
Description
Providing entry value to configFactory as an array it's not supported.
What I did:
- 
Call
configFactoryproviding an array toentry:configFactory({ entry: [ 'one entry', 'second entry' ] }) - 
In the resulting webpack config both for
developmentandproductionenvironment I get:{ entry: [ 'one entry', 'second entry' ] } - 
Expected output for production is:
{ entry: { main: [ 'one entry', 'second entry' ], polyfills, [ 'babel-polyfill', 'nodelist-foreach-polyfill', ] } - 
and for development:
{ entry: { main: [ 'react-hot-loader/patch', 'webpack-hot-middleware/client?reload=true', 'one entry', 'second entry' ], polyfills, [ 'babel-polyfill', 'nodelist-foreach-polyfill', ] } 
Metadata
Metadata
Assignees
Labels
No labels