Skip to content

Commit 2b8ae24

Browse files
committed
Remove deprecated babel/polyfill
1 parent 7b14a69 commit 2b8ae24

File tree

5 files changed

+2
-52
lines changed

5 files changed

+2
-52
lines changed

js/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"devDependencies": {
2424
"@babel/core": "^7.26.9",
2525
"@babel/helper-compilation-targets": "^7.26.5",
26-
"@babel/polyfill": "^7.12.1",
2726
"@babel/preset-env": "^7.26.9",
2827
"babel-loader": "^9.2.1",
2928
"copy-webpack-plugin": "^12.0.2",

resources/js/bundle/highlight.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
import * as poly from "@babel/polyfill/dist/polyfill";
43
import hljs from "highlight.js/lib/core";
54
import xml from "highlight.js/lib/languages/xml";
65
import php from "highlight.js/lib/languages/php";

0 commit comments

Comments
 (0)