Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
ljowen committed Feb 27, 2024
1 parent e74175d commit c4000c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sourceType": "unambiguous",
"presets": [
[
"@babel/preset-env",
Expand All @@ -11,7 +12,7 @@
["@babel/typescript", { "allowNamespaces": true }]
],
"plugins": [
"@babel/plugin-transform-modules-commonjs",
// "@babel/plugin-transform-modules-commonjs",
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-class-properties",
"@babel/proposal-object-rest-spread",
Expand Down
2 changes: 1 addition & 1 deletion buildprocess/configureWebpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function configureWebpack(
["@babel/typescript", { allowNamespaces: true }]
],
plugins: [
// "@babel/plugin-transform-modules-commonjs",
"@babel/plugin-transform-modules-commonjs",
["@babel/plugin-proposal-decorators", { legacy: true }],
"@babel/plugin-proposal-class-properties",
"@babel/proposal-object-rest-spread",
Expand Down
2 changes: 1 addition & 1 deletion lib/Map/Cesium/pickTriangle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Ray,
Scene,
SceneMode
} from "terriajs-cesium/Source/Core/BoundingSphere";
} from "terriajs-cesium";

type Tile = any;
type GlobeSurfaceTile = any;
Expand Down

0 comments on commit c4000c3

Please sign in to comment.