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 0397393 commit 58dc4d0Copy full SHA for 58dc4d0
README.md
@@ -18,6 +18,8 @@ Allow to setup exports `module.exports`/`export` for source files.
18
19
Useful when a source file does not contain exports or something does not export.
20
21
+For further hints on compatibility issues, check out [Shimming](https://webpack.js.org/guides/shimming/) of the official docs.
22
+
23
> ⚠ By default loader generate ES module named syntax.
24
>
25
> ⚠ Be careful, existing exports (`export`/`module.exports`/`exports`) in the original code and exporting new values can cause failure.
0 commit comments