NikitaVlaznev

Results 4 issues of NikitaVlaznev

Many people need slug generator, small part of them need a mongoose slug generator, it looks to be clever to use some external library as a default generator. Consider using...

Is there any reason for specifying explicit react dependency? `"react": "~15.4.0"` It leads to errors like this: https://facebook.github.io/react/warnings/refs-must-have-owner.html

bug

Having index.pug in views and this in app.js: module: { rules: [{ test: /\.pug$/, use: [{ loader: 'pug-static-loader', options: { _spikeExtension: 'html', pretty: false, locals: { foo: 'bar' } }...

`package.json` contains the following: `"main": "dist/apiClient.js"` `node_modules/sbermarket-api/dist/apiClient.js` exports this: `exports.default = new ApiClient();` Thus node.js throws: `TypeError: sbermarketApi is not a constructor` when used like so: ``` const sbermarketApi =...