Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
18
node_modules/next/dist/shared/lib/modern-browserslist-target.js
generated
vendored
Normal file
18
node_modules/next/dist/shared/lib/modern-browserslist-target.js
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
// Note: This file is JS because it's used by the taskfile-swc.js file, which is JS.
|
||||
// Keep file changes in sync with the corresponding `.d.ts` files.
|
||||
/**
|
||||
* These are the browser versions that support all of the following:
|
||||
* static import: https://caniuse.com/es6-module
|
||||
* dynamic import: https://caniuse.com/es6-module-dynamic-import
|
||||
* import.meta: https://caniuse.com/mdn-javascript_operators_import_meta
|
||||
*/ "use strict";
|
||||
const MODERN_BROWSERSLIST_TARGET = [
|
||||
'chrome 64',
|
||||
'edge 79',
|
||||
'firefox 67',
|
||||
'opera 51',
|
||||
'safari 12'
|
||||
];
|
||||
module.exports = MODERN_BROWSERSLIST_TARGET;
|
||||
|
||||
//# sourceMappingURL=modern-browserslist-target.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue