sbt-reactjs
sbt-reactjs copied to clipboard
React SBT Plugin using npm
Any plans to upgrade to sbt 1?
Basically I am currently using requirejs, but wanted to use CommonJS style code with ES6 support? Doest sbt-reactjs support writing it?
Hello, I'm using Play 2.6 with sbt-reactjs 0.6.8. Suddenly I'm getting unresolved dependencies error: unresolved dependency: org.webjars.npm#graceful-readlink;1.0.0: not found unresolved dependency: org.webjars.npm#minimatch;[2,3),[3,4): not found Tried to override with: dependencyOverrides +=...
Hi, This is fyi post, in case its handy for someone else. Had the following issue. [warn] :: org.webjars.npm#minimatch;[2,3),[3,4): not found Note: Unresolved dependencies path: [warn] org.webjars.npm:minimatch:[2,3),[3,4) [warn] +- org.webjars.npm:glob:[5.0.15,6)...
I get this with React 15.1.0 `react-with-addons.js:21693 Warning: React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing...
Hello. I want to use the plugin to strip Facebook Flow types. I managed to do this for .jsx files. Can you give me example how to do this for...
In 0.5.2 everything was fine. After switching to 0.6.8, with coursier enabled, `updateSbtClassifiers` complains: ``` 2 error(s): org.webjars.npm:lru-cache:[2.7.0,3): Not found: /home/naftoli/.sbt/0.13/plugins/target/resolution-cache/org.webjars.npm/lru-cache/[2.7.0,3)/resolved.xml.xml Not found Not found: https://repo.typesafe.com/typesafe/ivy-releases/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml Not found: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml Not...