Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jan 9, 2024
1 parent d856869 commit 7405886
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/build-engine/src/engine-js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import realFs from 'fs';
import tsConfigPaths from './rollup-plugins/ts-paths';
import moduleQueryPlugin from './rollup-plugins/module-query-plugin';
import removeDeprecatedFeatures from './rollup-plugins/remove-deprecated-features';
import { rpNamedChunk } from './rollup-plugins/systemjs-named-register-plugin';
import type { buildEngine } from '../index';
import { externalWasmLoader } from './rollup-plugins/external-wasm-loader';
import { StatsQuery } from '@ccbuild/stats-query';
Expand Down Expand Up @@ -305,7 +304,6 @@ export async function buildJsEngine(options: Required<buildEngine.Options>): Pro
...babelOptions,
}),

// rpNamedChunk(),
);

// if (options.progress) {
Expand Down

0 comments on commit 7405886

Please sign in to comment.