Problem:
When the win10 system uses VSCode to package the project for build and compilation, an error is reported: Module build failed: Error: “extract-text-webpack-plugin” loader ······?
Solution:
First: Win ” CMD panel, cd to the project root directory;
Finally, execute the
npm run buildcommand.
Related recommendations: vscode tutorial
The above is the detailed content of vscode packaging error. For more information, please follow other related articles on the PHP Chinese website!