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
When combining the Plugin with the webpack-manifest-plugin the es6 Version will get generated correctly but the entry of the legacy file in the Manifest is missing.
The simplified plugin configuration to this issue looks like this:
The main.js and the main.es6.js file will get generated but the manifest.json will just contain the URL to the es6 version and the legacy file is missing in the map of source filenames.
When combining the Plugin with the webpack-manifest-plugin the es6 Version will get generated correctly but the entry of the legacy file in the Manifest is missing.
The simplified plugin configuration to this issue looks like this:
The main.js and the main.es6.js file will get generated but the manifest.json will just contain the URL to the es6 version and the legacy file is missing in the map of source filenames.
Is this a configuration issue?
The text was updated successfully, but these errors were encountered: