shakacode / bootstrap-loader

Load Bootstrap styles and scripts in your Webpack bundle
MIT License
1.02k stars 486 forks source link

Remove type entry in package.json #419

Closed ahangarha closed 1 year ago

ahangarha commented 1 year ago

Summary

This PR reverts the bug introduced in #416. Having type entry in package.json file causes malfunctions in this package.

Pull Request checklist

Other Information

We need to have a test to cover such situation.


This change is Reviewable