Releases: LaunchPadLab/dot-index-webpack-plugin
Releases · LaunchPadLab/dot-index-webpack-plugin
v5.2.0
- Removes the need for
'.index.js'
to be manually added to the webpack resolve.mainFiles
configuration.
v5.1.2
- Fixes a bug where newly added files wouldn't be picked up by Webpack (#11). In order to use this fix, you'll also need to remove
/\.index\.js
from the ignored files array in webpack dev server if present.
v5.1.0
- Adds
formatExports
option
v4.2.0
- Adds
formatExports
option
v5.0.0
Updated to support Webpack v4
v4.1.0
First stable release for Webpack v3 and under