Skip to content

Commit 33b6b4d

Browse files
authored
Merge pull request #978 from emilos/patch-1
Fix link for rollup-plugin-amd
2 parents d266545 + 45536e8 commit 33b6b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ webpack is not the only module bundler out there. If you are choosing between us
1313
| Feature | webpack/webpack | jrburke/requirejs | substack/node-browserify | jspm/jspm-cli | rollup/rollup | brunch/brunch |
1414
|---------|-----------------|-------------------|--------------------------|---------------|---------------|---------------|
1515
| Additional chunks are loaded on demand | **yes** | **yes** | no | [System.import](https://github.com/systemjs/systemjs/blob/master/docs/system-api.md#systemimportmodulename--normalizedparentname---promisemodule) | no | no |
16-
| AMD `define` | **yes** | **yes** | [deamdify](https://github.com/jaredhanson/deamdify) | yes | [rollup-plugin-amd](https://github.com/brunch/uglify-js-brunch) | yes |
16+
| AMD `define` | **yes** | **yes** | [deamdify](https://github.com/jaredhanson/deamdify) | yes | [rollup-plugin-amd](https://github.com/piuccio/rollup-plugin-amd) | yes |
1717
| AMD `require` | **yes** | **yes** | no | yes | no | yes |
1818
| AMD `require` loads on demand | **yes** | with manual configuration | no | yes | no | no |
1919
| CommonJS `exports` | **yes** | only wrapping in `define` | **yes** | yes | [commonjs-plugin](https://github.com/rollup/rollup-plugin-commonjs) | yes |

0 commit comments

Comments
 (0)