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 7fc254b commit cebc426Copy full SHA for cebc426
lib/config/rules/import.js
@@ -123,5 +123,5 @@ module.exports = {
123
// Need enable in next version
124
"import/group-exports": "off",
125
// Enforce a leading comment with the webpackChunkName for dynamic imports
126
- "import/dynamic-import-chunkname": "error",
+ "import/dynamic-import-chunkname": "off",
127
};
0 commit comments