leoasis / react-sound

Sound component to play audio in your web apps
ISC License
491 stars 80 forks source link

Issues with production build in 1.0.0 #55

Closed hyperh closed 6 years ago

hyperh commented 6 years ago

I'm upgrading from 0.9.0 and I'm unable to do a production build anymore with 1.0.0.

I was doing the fix in issue https://github.com/leoasis/react-sound/issues/13 before in 0.9.0, , but I took out that resolve from my production webpack file. Building production for 1.0.0 still doesn't work.

hyperh commented 6 years ago

Nvm, found my mistake in my webpack config.

I accidentally removed

  resolveModules: [
    path.join(__dirname, '..', 'node_modules')
  ],