Reilly Sweetland

Results 4 issues of Reilly Sweetland

With the popularity of React (and create-react-app) these days, it would be great to see some examples of Sugar using it with webpack, es6 imports, etc.

First, thank you for your work on this this library – it solved 99% of our issue with minimal configuration. After hitting a fairly simple issue (`w:caps` not yet being...

The current Winston transport example gives the following error when run as-is (node 8.10, Winston 2.4.3) ``` /Users/reilly/Projects/mem/node_modules/winston/lib/winston/logger.js:481 var instance = created ? transport : (new (transport)(options)); ^ TypeError: transport...

Got this error on fresh install... ``` error - ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[2]!./src/styles/globals.css TypeError: Cannot read properties of undefined (reading 'config') Import trace for requested module: ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[1].oneOf[13].use[2]!./src/styles/globals.css ./src/styles/globals.css ``` Fixed by creating this...