Bas Kamer

Results 144 comments of Bas Kamer

Hi, yes i bit of an unclear report. It's basically a new test application ember new + ember install ember-electron ``` npx ember --version ember-cli: 4.12.1 node: 18.16.0 os: darwin...

does that make sense? Would you accept a PR using cwd + 'electron-app'. If so should I change the utility that produces electronProjectPath or the make.js only.

yes. try this gem... https://hithub.com/basz/ember-electron-app.git ``` git clone [email protected]:basz/ember-electron-app.git cd ember-electron-app yarn install && yarn install --cwd electron-app npx ember electron:make ``` That will result in ``` Checking dependencies in...

That i do not understand. webpack changes paths how? shouldn't webpack be only packing stuff? are you saying that by using webpack electron-forge is bypassed or something? I'll make a...

Thank you for taking the time to explain that. Very useful insightful.

yeah. now i know why... pita... anyway a bit further added this to the root tsconfig.json ``` "target": "ES2020", "module": "commonjs", ``` App compiles, and starts. I see a window...

Yes. I now have the template typescript app running as an ember-electron application! Runs as `yarn electron-forge start` and as `ember electron` trick was to use __dirname inside the forge.config.ts...

Yes! Ping me if I forget

https://bushbaby.nl/ember-electron-and-typescript/

not sure if that setup is complete. Although it runs with typescript it is also webpack'ed. That is a whole new beast to configure. The "old" method of loading `file://path/to/app/emebr-dist/index.html'...