Skip to content

Commit

Permalink
chore: remove @rspack/plugin-minify
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Jul 25, 2024
1 parent 0436693 commit 370d936
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 475 deletions.
22 changes: 0 additions & 22 deletions packages/rspack-plugin-minify/LICENSE

This file was deleted.

18 changes: 0 additions & 18 deletions packages/rspack-plugin-minify/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions packages/rspack-plugin-minify/package.json

This file was deleted.

99 changes: 0 additions & 99 deletions packages/rspack-plugin-minify/src/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"@monaco-editor/react": "^4.6.0",
"@rspack/cli": "workspace:*",
"@rspack/core": "workspace:*",
"@rspack/plugin-minify": "workspace:*",
"@swc/plugin-remove-console": "^2.0.7",
"@swc/helpers": "0.5.8",
"@types/jsdom": "^21.1.7",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const minifyPlugin = require("@rspack/plugin-minify");
const { SourceMapDevToolPlugin } = require('@rspack/core')

/** @type {import("@rspack/core").Configuration} */
Expand All @@ -10,7 +9,6 @@ module.exports = {
},
optimization: {
minimize: true,
minimizer: [new minifyPlugin({})]
},
plugins: [
new SourceMapDevToolPlugin({})
Expand Down
Loading

0 comments on commit 370d936

Please sign in to comment.