mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fixed some circel dependesies
This commit is contained in:
parent
373d49cc2d
commit
e34ad2ac45
@ -14,6 +14,8 @@ module.exports = function (api) {
|
||||
],
|
||||
];
|
||||
const plugins = [
|
||||
["@babel/plugin-proposal-class-properties", { loose: true }],
|
||||
|
||||
"closure-elimination",
|
||||
// var is faster than let and const!
|
||||
[
|
||||
@ -28,7 +30,6 @@ module.exports = function (api) {
|
||||
loose: true,
|
||||
},
|
||||
],
|
||||
[require("@babel/plugin-proposal-class-properties"), { loose: true }],
|
||||
];
|
||||
return {
|
||||
presets,
|
||||
|
@ -14,6 +14,8 @@ module.exports = function (api) {
|
||||
],
|
||||
];
|
||||
const plugins = [
|
||||
["@babel/plugin-proposal-class-properties", { loose: true }],
|
||||
|
||||
"closure-elimination",
|
||||
// var is faster than let and const!
|
||||
[
|
||||
@ -28,7 +30,6 @@ module.exports = function (api) {
|
||||
loose: true,
|
||||
},
|
||||
],
|
||||
[require("@babel/plugin-proposal-class-properties"), { loose: true }],
|
||||
];
|
||||
return {
|
||||
presets,
|
||||
|
@ -1,4 +1,7 @@
|
||||
/* typehints:start */
|
||||
import { MetaWireBuilding } from "../buildings/wire";
|
||||
/* typehints:end */
|
||||
|
||||
import { Component } from "../component";
|
||||
|
||||
/** @enum {string} */
|
||||
|
Loading…
Reference in New Issue
Block a user