Skip to content

Commit

Permalink
chore-395: replace emit-file-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Füting committed Nov 26, 2024
1 parent 74e7f98 commit bf5dead
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 142 deletions.
141 changes: 0 additions & 141 deletions web/config/next/lib/EmitFilePlugin.js

This file was deleted.

2 changes: 1 addition & 1 deletion web/config/next/withRobotsTxt.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NextConfig } from 'next'
import { addWebpackPlugin } from './lib/addWebpackPlugin'
import EmitFilePlugin from './lib/EmitFilePlugin'
import EmitFilePlugin from 'emit-file-webpack-plugin'

export const getWithRobotsTxt = (content: string) => (nextConfig: NextConfig) => {
return addWebpackPlugin(
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"dotenv": "16.4.5",
"emit-file-webpack-plugin": "2.0.1",
"eslint": "9.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
Expand Down
5 changes: 5 additions & 0 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7085,6 +7085,11 @@ electron-to-chromium@^1.5.41:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.63.tgz#69444d592fbbe628d129866c2355691ea93eda3e"
integrity sha512-ddeXKuY9BHo/mw145axlyWjlJ1UBt4WK3AlvkT7W2AbqfRQoacVoRUCF6wL3uIx/8wT9oLKXzI+rFqHHscByaA==

[email protected]:
version "2.0.1"
resolved "https://registry.yarnpkg.com/emit-file-webpack-plugin/-/emit-file-webpack-plugin-2.0.1.tgz#6d7a08543930012c17ad93351ef93b4a4ef53b95"
integrity sha512-OCE+944bpMq2FuSRC+LPLfBh8TiBP2QuyBQE2yhvtmhHd9F6c+DcrFXMV9geC4MORFMZB+di2spm2ZOx8kPZlw==

emittery@^0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
Expand Down

0 comments on commit bf5dead

Please sign in to comment.