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 206bfc9 commit 0086d44Copy full SHA for 0086d44
README.md
@@ -64,6 +64,7 @@ The following is an example entry:
64
"entryPoints":
65
[
66
{
67
+ "inMemoryBuild": false // Boolean to indicate in memory build; may omit `dest<X>` entries.
68
"destBaseDir": "./dist", // Root destination directory for bundle output.
69
"destFilename": "<filename>.js", // Destination bundle file name.
70
"formats": ["amd", "cjs"], // Module format to use / also defines destination sub-directory.
0 commit comments