67P / kredits-web

Kredits Web UI
https://kredits.kosmos.org
6 stars 2 forks source link

Use ember-auto-import instead of ember-browserify #138

Closed galfert closed 5 years ago

galfert commented 5 years ago

After some harsh fighting with npm and its unhelpful error messages, I finally managed to replace ember-browserify with ember-auto-import.

It required some custom Webpack config that inlines the JSON files in the kosmos-schemas dependency, instead of loading it via readFileSync.

After that, all other (seemingly) unrelated errors went away as well.

galfert commented 5 years ago

Damn, Travis still has build errors.

I actually deleted my node_modules directory and did a fresh install without problems.

Does anybody else get any errors?

raucao commented 5 years ago

Hooray, all warnings gone!