We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0334e commit 47cd756Copy full SHA for 47cd756
test/bundler/bundler.test.ts
@@ -1,6 +1,8 @@
1
+// eslint-disable-next-line import/no-unresolved
2
import esbuild from 'esbuild';
3
import * as path from 'path';
4
import { describe, expect, test } from "vitest";
5
6
import webpack from 'webpack';
7
8
const entry = path.resolve(__dirname, 'bundle.mjs');
0 commit comments