Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
Files
ebbb2378444a2f926992b357f01313b28b5c5ccd
solana/web3.js/babel.config.json

14 lines
202 B
JSON
Raw Normal View History

feat: add support for browser es modules
2021-02-02 10:53:24 +08:00
{
"presets": [
fix(build): enable babel-preset-env "bugfixes" compilation Allows Babel to compile syntax as close as possible to what's supported by the target browsers listed with Browserslist. See https://babeljs.io/docs/en/babel-preset-env#bugfixes
2021-10-26 23:32:30 +02:00
[
"@babel/preset-env",
{
"bugfixes": true
}
],
chore: project config changes for typescript migration
2021-03-15 11:00:43 +08:00
["@babel/preset-typescript"]
feat: add support for browser es modules
2021-02-02 10:53:24 +08:00
],
"plugins": [
"@babel/plugin-proposal-class-properties"
chore: replace jest with mocha
2021-02-06 10:59:00 +08:00
]
fix(build): enable babel-preset-env "bugfixes" compilation Allows Babel to compile syntax as close as possible to what's supported by the target browsers listed with Browserslist. See https://babeljs.io/docs/en/babel-preset-env#bugfixes
2021-10-26 23:32:30 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 299ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API