initial working version
This commit is contained in:
8
.babelrc.js
Normal file
8
.babelrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
"@babel/preset-env"
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user