Skip to content

Commit 58dc4d0

Browse files
docs: link on shimming (#45)
1 parent 0397393 commit 58dc4d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Allow to setup exports `module.exports`/`export` for source files.
1818

1919
Useful when a source file does not contain exports or something does not export.
2020

21+
For further hints on compatibility issues, check out [Shimming](https://webpack.js.org/guides/shimming/) of the official docs.
22+
2123
> ⚠ By default loader generate ES module named syntax.
2224
>
2325
> ⚠ Be careful, existing exports (`export`/`module.exports`/`exports`) in the original code and exporting new values can cause failure.

0 commit comments

Comments
 (0)