dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
MoOx on master
DEPRECATED (compare)
styled-components
. I’ve attempted to find why we have such a major FOUC problem, but to no avail. I tried the styled-components example from the GitHub repo and noticed that it has a FOUC as well. Is this an issue which can be solved? I tried to (1) update styled-components
, (2) adding babel-plugin-styled-components
to the example project and (3) mimicking solutions from other SSR frameworks github issues.
jest --bail examples/react-app-styles-with-styled-components
Hello 👋 I have an ooooold Phenomic app (^0.20.3
). I don't really want to migrate it to a newer version right now but I'm trying to build (node version 6.9.2) and the build is failing. It appears to be an issue with UglifyJS and punycode:
✔ Error: phenomic.browser.c95a28deeafd53ec1f00.js from UglifyJs
SyntaxError: Unexpected token: name (length) [./~/punycode/punycode.js:55,0]
at /Users/tom/Code/project/node_modules/webpack/lib/optimize/UglifyJsPlugin.js:128:32
at Array.forEach (native)
which seems to point to this line in punycode.js
I think it's an issue with my dependencies or possibly babel config? I haven't touched this app in like 2 years so not sure why it suddenly started breaking. Here's my package.json babel config and node dependencies: https://gist.github.com/tconroy/d8e41708c1c90f93ca6d2c4143329ef0