Skip to content

Commit cebc426

Browse files
fix: rule for webpack
1 parent 7fc254b commit cebc426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/rules/import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ module.exports = {
123123
// Need enable in next version
124124
"import/group-exports": "off",
125125
// Enforce a leading comment with the webpackChunkName for dynamic imports
126-
"import/dynamic-import-chunkname": "error",
126+
"import/dynamic-import-chunkname": "off",
127127
};

0 commit comments

Comments
 (0)