You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently we assign our own default entry which is invalid since it can be ts/mjs etc so delegate this to core, we only need to assign entry when user passes
What is the current behavior?
Entry assigned to index.js or src/index.js
To Reproduce
Add some non js index file then it won't work
Expected behavior
It should work
Screenshots
Please paste the results of webpack-cli info here, and mention other relevant information
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Presently we assign our own default entry which is invalid since it can be
ts/mjs
etc so delegate this to core, we only need to assign entry when user passesWhat is the current behavior?
Entry assigned to
index.js
orsrc/index.js
To Reproduce
Add some non js index file then it won't work
Expected behavior
It should work
Screenshots
Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
The text was updated successfully, but these errors were encountered: