File: .babelrc.js

package info (click to toggle)
bootstrap-html 5.3.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 11,332 kB
  • sloc: javascript: 17,788; makefile: 40; xml: 12
file content (13 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false,
        ignoreBrowserslistConfig: true
      }
    ]
  ]
};