hn-hlw-pc/babel.config.js

21 lines
396 B
JavaScript
Raw Permalink Normal View History

2026-07-27 11:32:24 +08:00
// module.exports = {
// presets: [
// [
// "@vue/app",
// {
// useBuiltIns: "entry",
// polyfills: ["es6.promise", "es6.symbol"],
// },
// ],
// [
// "@babel/preset-env",
// {
// modules: false,
// useBuiltIns: "entry",
// corejs: 2,
// targets: "> 0.25%, not dead",
// },
// ],
// ],
// };