Check why a package is installed

In general, there are lots of packages in node_modules, but only few is wrote to package.json file. Cause these dependencies required other dependencies.

It is necessary to make clear these dependencies’ relation when you want to upgrade package version.

Continue reading

Compile SCSS with Webpack

Nowdays, the frameworks supply a whole configs to compile our project.

If you just want to compile .scss file, gulp may help us to do that. But I faced that it can not recognize ~ grammar, so I turn to webpack.

Continue reading

Author's picture

Allen Yuan

Keep going

Web developer

China