diff options
author | 2021-09-23 22:09:41 -0700 | |
---|---|---|
committer | 2021-09-23 22:09:41 -0700 | |
commit | 78cd857bf61636ccf781ae3808f2cc9e3f6fca2f (patch) | |
tree | 143911e2690299361862c7077e0224b3a4aa559b | |
parent | 4fe1b4df1cfd3c8267b5413b2db04b597bb7d17f (diff) | |
download | bun-78cd857bf61636ccf781ae3808f2cc9e3f6fca2f.tar.gz bun-78cd857bf61636ccf781ae3808f2cc9e3f6fca2f.tar.zst bun-78cd857bf61636ccf781ae3808f2cc9e3f6fca2f.zip |
Add link to webpack doc
Diffstat (limited to '')
-rw-r--r-- | src/options.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.zig b/src/options.zig index 144b476e8..78c302807 100644 --- a/src/options.zig +++ b/src/options.zig @@ -590,6 +590,7 @@ pub const defaultLoaders = std.ComptimeStringMap(Loader, .{ .{ ".tsx", Loader.tsx }, }); +// https://webpack.js.org/guides/package-exports/#reference-syntax pub const ESMConditions = struct { default: ConditionsMap = undefined, import: ConditionsMap = undefined, |