File tree Expand file tree Collapse file tree 4 files changed +33
-4
lines changed
packages/react-error-overlay Expand file tree Collapse file tree 4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) 2015-present, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+ 'use strict' ;
10
+
1
11
const webpack = require ( 'webpack' ) ;
2
12
const chalk = require ( 'chalk' ) ;
3
13
const webpackConfig = require ( './webpack.config.js' ) ;
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree. An additional grant
7
7
* of patent rights can be found in the PATENTS file in the same directory.
8
8
*/
9
+
9
10
import './utils/pollyfills.js' ;
10
11
import React from 'react' ;
11
12
import ReactDOM from 'react-dom' ;
Original file line number Diff line number Diff line change 1
- var path = require ( 'path' ) ;
2
- var webpack = require ( 'webpack' ) ;
1
+ /**
2
+ * Copyright (c) 2015-present, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+ 'use strict' ;
10
+
11
+ const path = require ( 'path' ) ;
3
12
4
13
module . exports = {
5
14
devtool : 'cheap-module-source-map' ,
Original file line number Diff line number Diff line change 1
- var path = require ( 'path' ) ;
2
- var webpack = require ( 'webpack' ) ;
1
+ /**
2
+ * Copyright (c) 2015-present, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+ 'use strict' ;
10
+
11
+ const path = require ( 'path' ) ;
3
12
4
13
module . exports = {
5
14
devtool : 'cheap-module-source-map' ,
You can’t perform that action at this time.
0 commit comments