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