swearjar-node
swearjar-node copied to clipboard
getting `request of a dependency is an expression` warning
swearjar.js line 67 throwing "request of a dependency is an expression" linter warning.
"swearjar": "^0.2.0", "react": "^15.3.1",
based on this: https://github.com/webpack/webpack-dev-server/issues/212 I changed line 67 to this._badWords = require('' + fullPath); and all is well.
Same, be nice if this were fixed.
+1