mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 12:15:41 -04:00
build: push tvapp v2 docker files
This commit is contained in:
31
node_modules/user-agents/.babelrc
generated
vendored
Normal file
31
node_modules/user-agents/.babelrc
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"env": {
|
||||
"testing": {
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}],
|
||||
"power-assert"
|
||||
]
|
||||
}
|
||||
},
|
||||
"presets": [["@babel/preset-env", {
|
||||
"modules": "commonjs",
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"last 2 chrome versions",
|
||||
"last 2 firefox versions",
|
||||
],
|
||||
"node": "6.10"
|
||||
}
|
||||
}]],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"@babel/plugin-transform-classes",
|
||||
"babel-plugin-add-module-exports"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user