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
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
This is due to changes in bower.json in recent versions of bootstrap (>= 3.3.5).
"main" file section no more declares all the files needed by this plugin, according to the new bower spec (see this note and bower/spec#43).
In addition to @MatthewCarrington solution you may either
install a working bootstrap version: bower install bootstrap#3.3.4
The example needs to add the Bootstrap CSS to work correctly. Adding ...
require("./bower_components/bootstrap/dist/css/bootstrap.min.css");
... to entry.js seems to fix it.
Also the specified index.html has 'Bowerk Webpack Plugin' instead of 'Bower Webpack Plugin'
Hope that helps.
The text was updated successfully, but these errors were encountered: