-
Couldn't load subscription status.
- Fork 3
Closed
Labels
Description
While upgrading to v3.0.0 I saw our build failing with error:
Error: Cannot find module 'node_modules/mini-html-webpack-plugin/dist/index.js'. Please verify that the package.json has a valid "main" entryUpon inspecting the node_modules I found that it does not contains the dist folder.
Given below is list of files inside node_modules/mini-html-webpack-plugin for v3.0.0.
list node_modules/mini-html-webpack-plugin
├── License.md
├── README.md
└── package.json
0 directories, 3 filesCould it be that the latest release did not publish dist folder ?