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 756e5b9 commit e59bde9Copy full SHA for e59bde9
rspack/rspack-manifest-plugin/test.js
@@ -7,6 +7,6 @@ test('should have manifest', async (t) => {
7
const manifest = path.resolve(__dirname, 'dist', 'rspack-manifest.json');
8
assert(fs.existsSync(manifest));
9
const manifestJson = JSON.parse(await fs.promises.readFile(manifest, 'utf-8'));
10
- assert(manifestJson.files['main.js'] === 'auto/main.js');
+ assert(manifestJson.files['main.js'] === 'main.js');
11
assert(manifestJson.entrypoints.includes('main.js'));
12
});
0 commit comments