Skip to content

Conversation

na9da
Copy link
Contributor

@na9da na9da commented Sep 11, 2025

Changes related to terriajs PR - TerriaJS/terriajs#7699

Comment on lines -39 to +40
use: [
{
loader: "babel-loader",
options: {
cacheDirectory: true,
presets: [
[
"@babel/preset-env",
{
corejs: 3,
useBuiltIns: "usage"
}
],
["@babel/preset-react", { runtime: "automatic" }],
["@babel/preset-typescript", { allowNamespaces: true }]
],
plugins: [
["@babel/plugin-proposal-decorators", { legacy: true }],
"babel-plugin-styled-components"
]
}
}
]
use: [defaultBabelLoader({ devMode })]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@na9da na9da requested a review from zoran995 September 18, 2025 00:27
"svg-sprite-loader": "^6.0.11",
"terriajs": "8.10.0",
"terriajs-cesium": "8.0.2",
"terriajs": "terriajs/terriajs#upgrade-ts-592",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make sure this is updated before merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants