HiepNguyen

Results 10 comments of HiepNguyen

@attiqeurrehman your file App.scss should : :global { .classA{ background-color:red; } } if you upgrade to webpack 2.0, no need :global in scss file. import './App.scss';

My webpack 2.0 var fs = require('fs'); var babelrc = JSON.parse(fs.readFileSync('./.babelrc')); var ExtractTextPlugin = require('extract-text-webpack-plugin'); var extractCSS = new ExtractTextPlugin('styles.css'); var webpack = require('webpack'); var path = require('path'); module.exports =...

@giardo911 for upgrade you should re-install library by : NuGet Package Manager Find and search missing library, re-install it

I beg you, can upgrade it, i dont know how to do that :((

You could do it whenever you have free time. Grateful very much

many one guide me should change react-router to react-router-dom or react-router-native >BrowserRouter is in the react-router-dom package. Generally speaking you should either be using react-router-dom or react-router-native. The only time...

i setup scrollspy in angular 2 follow guide, but it not run i wait one example for 3 month. and now i must use React

Thank you so much, i'm using react, it's simpler for me. If possible, please set up the example on https://plnkr.co/. i tried many ways. Newbie need one example can run...

thank you sir, @beeman

Dear @Borfswitch Thank you very much, your help is very meaningful to me