Commit bc0bdaf 1 parent 86ae276 commit bc0bdaf Copy full SHA for bc0bdaf
File tree 3 files changed +1
-19
lines changed
3 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 144
144
"eslint-plugin-react-hooks" : " ^2.0.1" ,
145
145
"esm" : " ^3.2.25" ,
146
146
"file-loader" : " ^4.2.0" ,
147
- "gltf-webpack-loader" : " https://github.com/MozillaReality/gltf-webpack-loader.git#fix/relative-and-output-paths" ,
148
147
"html-webpack-plugin" : " ^3.2.0" ,
149
148
"husky" : " ^3.0.5" ,
150
149
"jsdom" : " ^15.1.1" ,
166
165
"webpack-dev-server" : " ^3.8.0" ,
167
166
"worker-loader" : " ^2.0.0"
168
167
}
169
- }
168
+ }
Original file line number Diff line number Diff line change @@ -136,16 +136,6 @@ module.exports = env => {
136
136
}
137
137
}
138
138
} ,
139
- {
140
- test : / \. ( g l t f ) ( \? .* $ | $ ) / ,
141
- use : {
142
- loader : "gltf-webpack-loader" ,
143
- options : {
144
- name : "[name]-[hash].[ext]" ,
145
- outputPath : "assets/models"
146
- }
147
- }
148
- } ,
149
139
{
150
140
test : / \. ( b i n ) $ / ,
151
141
use : [
Original file line number Diff line number Diff line change @@ -6527,13 +6527,6 @@ globjoin@^0.1.4:
6527
6527
resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
6528
6528
integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=
6529
6529
6530
- "gltf-webpack-loader@https://github.com/MozillaReality/gltf-webpack-loader.git#fix/relative-and-output-paths":
6531
- version "1.0.6"
6532
- resolved "https://github.com/MozillaReality/gltf-webpack-loader.git#4e562e511da981c14f25f87a28f825194035cdca"
6533
- dependencies:
6534
- loader-utils "^1.2.3"
6535
- schema-utils "^1.0.0"
6536
-
6537
6530
gonzales-pe@^4.2.3:
6538
6531
version "4.2.4"
6539
6532
resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.4.tgz#356ae36a312c46fe0f1026dd6cb539039f8500d2"
You can’t perform that action at this time.
0 commit comments