-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guide "How to use Bootstrap 4 and Sass (and jQuery)" is deprecated #1156
Comments
@Andrey-Pavlov I´m currentry struggling to do this right... Can you please share some guidance? |
And I dont need any jquery dependancy |
@kjartanvalur Sure, but without jquery not all bootstrap features will be available.
after new LoaderOptionsPlugin({}) add:
Frequently errors:
You need to add next rows to LoaderOptionPlugin
Spend 6 hours to resolve that 2 issues. :( |
@Andrey-Pavlov thank you so much for doing the leg-work on this. Updating |
Well done @Andrey-Pavlov 👍 |
I've managed to get rid of the issue by following @Andrey-Pavlov steps, but when using the
Any clues? I'm so lost! |
@byhoratiss did you manage to fix it? I believe the first error can be fixed by going for 4.0.0-beta.4 for bootstrap but I still get
|
No I couldn't. I tried a lot and desisted. 😩 El 22 nov. 2016 4:04 PM, "Valentin Funk" [email protected]
|
Too many issues with this already reported, and the guide is not useful. Please update soon. |
Has anyone figured out the solution to this issue? |
In .bootstraprc add '-loader' suffix to all the webpack loaders in 'styleLoaders'.
|
I updated the wiki page according to my setup. Took me hours to get this running finally. |
I fixed it for my setup with @vadhavkar‘s comment and changed @Andrey-Pavlov‘s example. I added -loader to all exports like this:
|
anyone? |
I personally recommend using The setup is easy:
import { NgbModule } from '@ng-bootstrap/ng-bootstrap'
@NgModule({
bootstrap: [ AppComponent ],
declarations: [
AppComponent,
],
imports: [
NgbModule.forRoot()
],
providers: [
]
})
export class AppModule {
} |
This guide is deprecated https://github.com/AngularClass/angular2-webpack-starter/wiki/How-to-use-Bootstrap-4-and-Sass-(and-jQuery)
The text was updated successfully, but these errors were encountered: