yeet
This commit is contained in:
16
node_modules/@egjs/hammerjs/.babelrc
generated
vendored
Normal file
16
node_modules/@egjs/hammerjs/.babelrc
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"loose": true,
|
||||
"modules": false
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"babel-plugin-no-side-effect-class-properties",
|
||||
["@babel/plugin-proposal-class-properties", {"loose": true}],
|
||||
"@babel/plugin-transform-object-assign"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user