Skip to content

Commit

Permalink
chore: remove unused CHAIN_ID (#3556)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 25, 2024
1 parent 9981cea commit 6ac2c5f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/core/src/configChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ export const CHAIN_ID = {
PUG: 'pug',
/** Rule for Vue */
VUE: 'vue',
// TODO: remove
/** Rule for yaml */
YAML: 'yaml',
/** Rule for wasm */
WASM: 'wasm',
/** Rule for svelte */
Expand Down Expand Up @@ -157,9 +154,6 @@ export const CHAIN_ID = {
SWC: 'swc',
/** svgr */
SVGR: 'svgr',
// TODO: remove
/** yaml-loader */
YAML: 'yaml',
/** babel-loader */
BABEL: 'babel',
/** style-loader */
Expand Down Expand Up @@ -187,9 +181,6 @@ export const CHAIN_ID = {
COPY: 'copy',
/** HtmlRspackPlugin */
HTML: 'html',
// TODO: remove
/** ESLintWebpackPlugin */
ESLINT: 'eslint',
/** DefinePlugin */
DEFINE: 'define',
/** ProgressPlugin */
Expand All @@ -212,9 +203,6 @@ export const CHAIN_ID = {
VUE_LOADER_PLUGIN: 'vue-loader-plugin',
/** ReactFastRefreshPlugin */
REACT_FAST_REFRESH: 'react-fast-refresh',
// TODO: remove
/** ProvidePlugin for node polyfill */
NODE_POLYFILL_PROVIDE: 'node-polyfill-provide',
/** WebpackSRIPlugin */
SUBRESOURCE_INTEGRITY: 'subresource-integrity',
/** AutoSetRootFontSizePlugin */
Expand Down

0 comments on commit 6ac2c5f

Please sign in to comment.