67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Replace ember-browserify with ember-auto-import #174

Closed galfert closed 5 years ago

galfert commented 5 years ago

This gets rid of the last remaining deprecation warning. Also the import syntax is nicer :)

raucao commented 5 years ago

Nice!

However, I still see multiple different deprecation warnings. But these seem to be newer:

> hyperchannel@0.3.0 start /home/basti/src/kosmos/hyperchannel
> ember serve

Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
The following options have been renamed — please update your config: exports -> output.exports
The following options have been renamed — please update your config: exports -> output.exports

(Running that npm command doesn't actually do anything to the locked version.)

galfert commented 5 years ago

I updated the ember-cli-babel package. That fixed the warning about the outdated caniuse data.

raucao commented 5 years ago

Great!