mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fix source-maps
This commit is contained in:
parent
e6a745db9a
commit
1dc5f6ec7f
@ -1,5 +1,4 @@
|
||||
{
|
||||
"sourceMaps": "both",
|
||||
"presets": [
|
||||
"react",
|
||||
["env", {
|
||||
|
@ -28,7 +28,7 @@ const devServer = {
|
||||
};
|
||||
|
||||
module.exports = Object.assign(base, {
|
||||
devtool: 'cheap-module-source-map',
|
||||
devtool: 'eval-source-map',
|
||||
entry: [
|
||||
'react-dev-utils/webpackHotDevClient',
|
||||
base.entry
|
||||
|
Loading…
Reference in New Issue
Block a user