Skip to content

Commit 11014f0

Browse files
authored
babel: use preset-typescript as name (#735)
This is the commit corresponding to TerriaJS/terriajs#7487.
1 parent 6ef40c9 commit 11014f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildprocess/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function (devMode) {
4747
}
4848
],
4949
["@babel/preset-react", { runtime: "automatic" }],
50-
["@babel/typescript", { allowNamespaces: true }]
50+
["@babel/preset-typescript", { allowNamespaces: true }]
5151
],
5252
plugins: [
5353
["@babel/plugin-proposal-decorators", { legacy: true }],

0 commit comments

Comments
 (0)