Remove glTF webpack plugin dep

This commit is contained in:
Manuel Martin 2024-06-04 11:05:40 +02:00
Родитель 86ae2768b1
Коммит bc0bdaf568
3 изменённых файлов: 1 добавлений и 19 удалений

Просмотреть файл

@ -144,7 +144,6 @@
"eslint-plugin-react-hooks": "^2.0.1",
"esm": "^3.2.25",
"file-loader": "^4.2.0",
"gltf-webpack-loader": "https://github.com/MozillaReality/gltf-webpack-loader.git#fix/relative-and-output-paths",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.5",
"jsdom": "^15.1.1",

Просмотреть файл

@ -136,16 +136,6 @@ module.exports = env => {
}
}
},
{
test: /\.(gltf)(\?.*$|$)/,
use: {
loader: "gltf-webpack-loader",
options: {
name: "[name]-[hash].[ext]",
outputPath: "assets/models"
}
}
},
{
test: /\.(bin)$/,
use: [

Просмотреть файл

@ -6527,13 +6527,6 @@ globjoin@^0.1.4:
resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=
"gltf-webpack-loader@https://github.com/MozillaReality/gltf-webpack-loader.git#fix/relative-and-output-paths":
version "1.0.6"
resolved "https://github.com/MozillaReality/gltf-webpack-loader.git#4e562e511da981c14f25f87a28f825194035cdca"
dependencies:
loader-utils "^1.2.3"
schema-utils "^1.0.0"
gonzales-pe@^4.2.3:
version "4.2.4"
resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.4.tgz#356ae36a312c46fe0f1026dd6cb539039f8500d2"