Skip to content

Commit 2cb0728

Browse files
committed
Refactor code-style
1 parent 03c7b04 commit 2cb0728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/loader/index.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
22
* @import {LoaderContext} from 'webpack'
3+
* @import {Options as Options_} from './lib/index.js' with {'resolution-mode': 'import'}
34
*/
45

56
/**
6-
* @typedef {import('./lib/index.js', {with: {'resolution-mode': 'import'}}).Options} Options
7+
* @typedef {Options_} Options
78
*/
89

910
'use strict'

0 commit comments

Comments
 (0)