We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c7b04 commit 2cb0728Copy full SHA for 2cb0728
packages/loader/index.cjs
@@ -1,9 +1,10 @@
1
/**
2
* @import {LoaderContext} from 'webpack'
3
+ * @import {Options as Options_} from './lib/index.js' with {'resolution-mode': 'import'}
4
*/
5
6
- * @typedef {import('./lib/index.js', {with: {'resolution-mode': 'import'}}).Options} Options
7
+ * @typedef {Options_} Options
8
9
10
'use strict'
0 commit comments