Skip to content

Commit abc6bbb

Browse files
committed
chore(polyfills): remove polyfill for async/await
1 parent f31fec9 commit abc6bbb

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.babelrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
]
1919
}],
2020
["@babel/plugin-proposal-nullish-coalescing-operator"],
21-
["@babel/plugin-transform-runtime"],
21+
["@babel/plugin-transform-runtime", {
22+
"regenerator": false
23+
}],
2224
["minify-replace", {
2325
"replacements": [{
2426
"identifierName": "__DEBUG__",

package-lock.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"earcut": "^2.2.4",
6565
"js-priority-queue": "^0.1.5",
6666
"pbf": "^3.2.1",
67-
"regenerator-runtime": "^0.14.0",
6867
"shpjs": "^4.0.4",
6968
"text-encoding-utf-8": "^1.0.2"
7069
},

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ module.exports = () => {
5050
entry: {
5151
itowns: [
5252
'core-js',
53-
'regenerator-runtime/runtime',
5453
'url-polyfill',
5554
'whatwg-fetch',
5655
'./src/MainBundle.js',

0 commit comments

Comments
 (0)