dharness / react-chat-window

Intercom-style live chat window written in react
The Unlicense
671 stars 250 forks source link

Can't load notification.mp3 file #145

Closed LeThanhTung17 closed 4 years ago

LeThanhTung17 commented 4 years ago

error in ./node_modules/react-chat-window/es/assets/sounds/notification.mp3

Module parse failed: Unexpected character '' (1:3) You may need an appropriate loader to handle this file type. (Source code omitted for this binary file)

@ ./node_modules/react-chat-window/es/components/Launcher.js 11:0-71 42:26-46 @ ./node_modules/react-chat-window/es/index.js

dharness commented 4 years ago

@LeThanhTung17 please provide more information when opening an issue, what system you're on, what your setup is, what you've tried etc.

LeThanhTung17 commented 4 years ago

@LeThanhTung17 please provide more information when opening an issue, what system you're on, what your setup is, what you've tried etc.

@dharness thanks your replied, I fixed that error, just add .mp3 to the webpack.config file

quanndh commented 4 years ago

@LeThanhTung17 im using Next and resolve this by adding mp3 to webpack but another issue is it can't load global css from node_modules. Help

LeThanhTung17 commented 4 years ago

@LeThanhTung17 im using Next and resolve this by adding mp3 to webpack but another issue is it can't load global css from node_modules. Help

please show me some photos in your webpack file where are you adding mp3 and adding css