|
|
@ -29,7 +29,7 @@ const env = getClientEnvironment(publicUrl);
|
|
|
|
module.exports = {
|
|
|
|
module.exports = {
|
|
|
|
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
|
|
|
|
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
|
|
|
|
// See the discussion in https://github.com/facebookincubator/create-react-app/issues/343.s
|
|
|
|
// See the discussion in https://github.com/facebookincubator/create-react-app/issues/343.s
|
|
|
|
devtool: "source-map", // 开启调试
|
|
|
|
devtool: "eval", // 开启调试
|
|
|
|
// These are the "entry points" to our application.
|
|
|
|
// These are the "entry points" to our application.
|
|
|
|
// This means they will be the "root" imports that are included in JS bundle.
|
|
|
|
// This means they will be the "root" imports that are included in JS bundle.
|
|
|
|
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
|
|
|
|
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
|
|
|
|