Skip to content

Commit

Permalink
remove broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Nov 9, 2023
1 parent 35dea18 commit 55a6f27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/polyfills-loader/src/createPolyfillsData.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import path from 'path';
import fs from 'fs';
import path from 'path';
import { minify } from 'terser';
import { PolyfillsLoaderConfig, PolyfillConfig, PolyfillFile } from './types.js';
import { createContentHash, noModuleSupportTest, hasFileOfType, fileTypes } from './utils.js';

import { createRequire } from 'node:module';
const require = createRequire(import.meta.url);

export async function createPolyfillsData(cfg: PolyfillsLoaderConfig): Promise<PolyfillFile[]> {
const { polyfills = {} } = cfg;

Expand Down

0 comments on commit 55a6f27

Please sign in to comment.