Skip to content

Commit 6da8bc6

Browse files
chore: add webpack export type check (#21857)
add webpack export type check Co-authored-by: techknowlogick <[email protected]>
1 parent 20385b5 commit 6da8bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
4747
return true;
4848
};
4949

50+
/** @type {import("webpack").Configuration} */
5051
export default {
5152
mode: isProduction ? 'production' : 'development',
5253
entry: {

0 commit comments

Comments
 (0)