Skip to content

Commit

Permalink
Fix remove-on-eject-end comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Mar 17, 2018
1 parent f2c7933 commit f40e9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = {
'@babel/runtime': path.dirname(
require.resolve('@babel/runtime/package.json')
),
// @remove-on-eject-end
},
plugins: [
// Prevents users from importing files from outside of src/ (or node_modules/).
Expand Down
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module.exports = {
'@babel/runtime': path.dirname(
require.resolve('@babel/runtime/package.json')
),
// @remove-on-eject-end
},
plugins: [
// Prevents users from importing files from outside of src/ (or node_modules/).
Expand Down

0 comments on commit f40e9c5

Please sign in to comment.