Hrvoje Hlevnjak

Results 3 comments of Hrvoje Hlevnjak

I tried that, but it didn't work either, it still takes up too much memory, so I guess it's still decoding the audio file.

@amygdaloideum As @kfrankovic noted, we managed to improve build times by adding some caching to babel. We added the following loader to webpack.config.babel.js ``` { test: /\.js$/, exclude: /(node_modules)/, loader:...

It was just added to the loaders. Though this was over a year ago, webpack configurations had other problems as well, so we rewrote the whole webpack configuration to match...