Skip to content

Commit

Permalink
fix api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonxabris committed Jul 11, 2024
1 parent 3771993 commit 30c1809
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/rspack/etc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ import type { RawOptions } from '@rspack/binding';
import { RawProgressPluginOptions } from '@rspack/binding';
import { RawRuntimeChunkOptions } from '@rspack/binding';
import { RawSourceMapDevToolPluginOptions } from '@rspack/binding';
import { RawSwcCssMinimizerRspackPluginOptions } from '@rspack/binding';
import { RawSwcJsMinimizerRspackPluginOptions } from '@rspack/binding';
import { registerGlobalTrace } from '@rspack/binding';
import { RspackOptionsNormalized as RspackOptionsNormalized_2 } from '.';
import sources = require('../compiled/webpack-sources');
Expand Down Expand Up @@ -13151,15 +13149,9 @@ const strictModuleExceptionHandling: z.ZodBoolean;
export const SwcCssMinimizerRspackPlugin: {
new (options?: SwcCssMinimizerRspackPluginOptions | undefined): {
name: BuiltinPluginName;
<<<<<<< HEAD
_args: [options?: any];
_args: [options?: SwcCssMinimizerRspackPluginOptions | undefined];
affectedHooks: "done" | "compilation" | "failed" | "environment" | "emit" | "make" | "compile" | "afterEmit" | "invalid" | "thisCompilation" | "afterDone" | "normalModuleFactory" | "contextModuleFactory" | "initialize" | "shouldEmit" | "infrastructureLog" | "beforeRun" | "run" | "assetEmitted" | "shutdown" | "watchRun" | "watchClose" | "afterEnvironment" | "afterPlugins" | "afterResolvers" | "beforeCompile" | "afterCompile" | "finishMake" | "entryOption" | undefined;
raw(compiler: Compiler_2): BuiltinPlugin;
=======
_options: RawSwcCssMinimizerRspackPluginOptions;
affectedHooks: "make" | "compile" | "emit" | "afterEmit" | "invalid" | "done" | "thisCompilation" | "afterDone" | "compilation" | "normalModuleFactory" | "contextModuleFactory" | "initialize" | "shouldEmit" | "infrastructureLog" | "beforeRun" | "run" | "assetEmitted" | "failed" | "shutdown" | "watchRun" | "watchClose" | "environment" | "afterEnvironment" | "afterPlugins" | "afterResolvers" | "beforeCompile" | "afterCompile" | "finishMake" | "entryOption" | undefined;
raw(): BuiltinPlugin;
>>>>>>> 3e341df52 (pass options top minimizer)
apply(compiler: Compiler_2): void;
};
};
Expand Down

0 comments on commit 30c1809

Please sign in to comment.