in comments provide links to relevant tag not a commit
This commit is contained in:
parent
e7aa9de8f3
commit
b971f5bcec
|
@ -1,11 +1,11 @@
|
|||
/**
|
||||
* This source code was adapted from:
|
||||
* https://github.com/facebook/create-react-app/blob/72d4ab02922c54b80126da2e132f60fdbdc2f6b3/packages/babel-preset-react-app/webpack-overrides.js
|
||||
* https://github.com/facebook/create-react-app/blob/v2.0.4/packages/babel-preset-react-app/webpack-overrides.js
|
||||
*
|
||||
* Copyright (c) 2015-present, Facebook, Inc.
|
||||
*
|
||||
* The MIT license for this code may be found on GitHub:
|
||||
* https://github.com/facebook/create-react-app/blob/72d4ab02922c54b80126da2e132f60fdbdc2f6b3/LICENSE
|
||||
* https://github.com/facebook/create-react-app/blob/v2.0.4/packages/babel-preset-react-app/LICENSE
|
||||
*/
|
||||
|
||||
const crypto = require('crypto');
|
||||
|
|
|
@ -67,7 +67,7 @@ function resolve(pkgName) {
|
|||
// -----------------------------------------------------------------------------
|
||||
|
||||
// order and options of babel plugins and presets adapted from babel-preset-react-app:
|
||||
// see: https://github.com/facebook/create-react-app/blob/72d4ab02922c54b80126da2e132f60fdbdc2f6b3/packages/babel-preset-react-app/create.js
|
||||
// see: https://github.com/facebook/create-react-app/tree/v2.0.4/packages/babel-preset-react-app
|
||||
// + babel plugins run before babel presets.
|
||||
// + babel plugin ordering is first to last.
|
||||
// + babel preset ordering is reversed (last to first).
|
||||
|
|
Loading…
Reference in New Issue