2022-07-01 11:52:39 +00:00
|
|
|
/**
|
2024-01-03 10:11:33 +00:00
|
|
|
* @license
|
|
|
|
* Copyright 2022 Google Inc.
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2022-07-01 11:52:39 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
|
|
|
|
};
|