You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(asset): Inline source maps to enable debug in JCEF
The webapp is now built with a override of the default
react-script webpack config, this override disables
optimizations and inline source maps.
Workaround of facebook/create-react-app#790, by using
`react-script-rewired` and passing a custom webpack
configuration override.
The non-modifiable webpack config passed to react-script is
located here :
`excalidraw-assets/node_modules/react-scripts/config/webpack.config.js`
Related to #7
0 commit comments