2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-17 04:40:34 +03:00

New version 2.1.0

This commit is contained in:
Viktor Shcheglov
2022-07-25 14:17:02 +03:00
parent cc7e5e2559
commit dd31ce2793
7 changed files with 30 additions and 14086 deletions
+7 -1
View File
@@ -25,7 +25,13 @@ module.exports = {
{
test: /\.js$/,
exclude: /node_modules/,
use: ['babel-loader']
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'],
plugins: ['@babel/plugin-transform-runtime']
}
}
}
]
}