Webpack 3.6Pack error report

webpack upgrade to 3.0
error is reported when packing

clipboard.png


The

main.js file, that is, the entry file, cannot be found by webpack-dev-server. The entry file you defined under your root directory is index.js or something else. Configure it in the main field of package.json, or specify the entry file you define in the script startup command of scripts .

you can take a look at

Previous: Vue iview dynamically loads the grouping header and solves the problem of page jam.

Next: React native drop-down box control Picker pop-up layer obscures how the input box is adjusted to move down a bit as shown in the figure

Menu