Edward Costello
Edward Costello
Thanks for the info, I was able to get the build working using the above: ``` npm i react react-dom react-scripts @babel/core @babel/cli @babel/preset-react rimraf --save-dev ``` I'm unable to...
In order to fix the absolute imports issue your .babelrc needs to look like this: ``` json { "presets": [["react-app", { "absoluteRuntime": false }]] } ```
I can confirm this. Also setting devicePixelRatio to 1 on a retina screen makes the line the correct size, albeit while also looking slightly blurred.