committed by
GitHub
3 changed files with 24 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||
|
/* |
||||
|
* Copyright (c) Facebook, Inc. and its affiliates. |
||||
|
*/ |
||||
|
|
||||
|
// Used in next.config.js to remove the process transitive dependency.
|
||||
|
module.exports = { |
||||
|
env: {}, |
||||
|
cwd() {}, |
||||
|
}; |
@ -0,0 +1,6 @@ |
|||||
|
/* |
||||
|
* Copyright (c) Facebook, Inc. and its affiliates. |
||||
|
*/ |
||||
|
|
||||
|
// Used in next.config.js to remove the raf transitive dependency.
|
||||
|
export default window.requestAnimationFrame; |
Loading…
Reference in new issue