Skip to content

Commit

Permalink
fix(Playroom): replace deprecated file-loader with asset modules in w…
Browse files Browse the repository at this point in the history
…ebpack config (#996)
  • Loading branch information
marcoskolodny authored Jan 10, 2024
1 parent aba1f65 commit d03c33a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"es6-promise-pool": "^2.5.0",
"eslint": "^8.11.0",
"eslint-plugin-mistica-local-rules": "workspace:*",
"file-loader": "^6.2.0",
"glob": "^7.2.0",
"gzip-size": "^6.0.0",
"husky": "^7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config = {
},
{
test: /\.woff2$/,
use: ['file-loader'],
type: 'asset/resource',
},
{
test: /\.vanilla\.css$/i,
Expand Down
13 changes: 0 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5304,7 +5304,6 @@ __metadata:
es6-promise-pool: ^2.5.0
eslint: ^8.11.0
eslint-plugin-mistica-local-rules: "workspace:*"
file-loader: ^6.2.0
glob: ^7.2.0
gzip-size: ^6.0.0
husky: ^7.0.4
Expand Down Expand Up @@ -11055,18 +11054,6 @@ __metadata:
languageName: node
linkType: hard

"file-loader@npm:^6.2.0":
version: 6.2.0
resolution: "file-loader@npm:6.2.0"
dependencies:
loader-utils: ^2.0.0
schema-utils: ^3.0.0
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
checksum: faf43eecf233f4897b0150aaa874eeeac214e4f9de49738a9e0ef734a30b5260059e85b7edadf852b98e415f875bd5f12587768a93fd52aaf2e479ecf95fab20
languageName: node
linkType: hard

"file-system-cache@npm:2.3.0":
version: 2.3.0
resolution: "file-system-cache@npm:2.3.0"
Expand Down

1 comment on commit d03c33a

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-93k2j9l5r-tuentisre.vercel.app

Built with commit d03c33a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.