bootstrap-webpack
bootstrap-webpack copied to clipboard
bootstrap package for webpack
webpack4.x Webapck4 does not support 'extract-text-webpack-plugin' Is there a better solution?
Hi, I've started my project with an old version of packages and npm etc, now I'm trying to update everything and got stuck in the process. when running `npm start`...
my code: var styleLoader = require('extract-text-webpack-plugin').extract(['css-loader', 'postcss-loader', 'less-loader']); module.exports = { styleLoader: styleLoader, scripts: { "alert" : true, "button" : true, "carousel" : true, "dropdown" : true, "modal" : true,...
Trying to import the `responsive-embed` less styles (available since 3.1.0), I noticed it's not listed to the `bootstrap-styles.loader.js`. Any chance it could be added?
I tried your module out and ran across small misunderstandings and small issues. This pull request corrects some for the next ones. Thanks!
Change reference to current version.
How to include custom bootstrap theme? I downloaded theme from https://bootswatch.com. It contains two files: bootswatch.less and variables.less. I had placed its in app folder and imported from bootstrap.config.less ```less...
`require('expose?$!expose?jQuery!jquery');` ## VS ``` plugins:[ new webpack.ProvidePlugin({ jQuery: 'jquery', $: 'jquery', jquery: 'jquery' }) ] ```
Are you supporting windows? I got this issue: https://github.com/justin808/bootstrap-sass-loader/issues/14 regarding windows support.
New Bootstrap have .woff2 fonts