kuworking

Results 16 comments of kuworking

> I was able to make ES imports work with the following: > > ``` > node -r esm node_modules/.bin/eleventy > ``` > > It uses https://github.com/standard-things/esm to make both...

So far, I've found two differences - It seems that Linaria cannot handle a `styled(Link)` (Link from Gatsby), which I've solved by using a `styled.a` with an `as={Link}` - It...

It sort of works, but not being able to point to a file but to a folder, I get all my css lost. I would need to search them at...

Can it be done with electron-builder? ``` var autoUpdater = require('electron-auto-updater').autoUpdater; let squirrelEvent = process.argv[1]; if (squirrelEvent !== '--squirrel-firstrun') autoUpdater.checkForUpdates(); ```

Then how can we detect the '--squirrel-firstrun' when using electron-builder?

It is the same issue asked here: _How to avoid Autoupdater crashing when squirrel is doing its first run_? In order to avoid that we'd need to detect the `--squirrel-firstrun`...