lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.58k stars 1.1k forks source link

Does this solution supports Mac M1 Chip? #65

Closed teffy-tr closed 2 years ago

teffy-tr commented 3 years ago

I'm encountering this issue that interfere the npm start. Is there any way to overcome this? Thank you. Screen Shot 2021-08-24 at 12 36 16 AM

jonmiles commented 3 years ago

The error clearly tells you that your webpack config is wrong!

psousa commented 3 years ago

There are breaking changes moving from webpack dev server from 3 to 4. If you try to update that package, there's somethings to watch out for: https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md