rollup-plugin-node-resolve-angular
Module resolver
A Rollup plugin for resolving Node.js modules in Angular projects with ES2015 support
Use the Node.js resolution algorithm with Rollup, with new "es2015" support for Angular.
4 stars
2 watching
0 forks
Language: JavaScript
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
frostney/rollup-plugin-named-directory | Resolves modules to their directory names for easier import statements | 6 |
vinicius73/rollup-plugin-pika-resolver | Resolves external dependencies in Rollup bundles using CDNs. | 19 |
calvinmetcalf/rollup-plugin-node-builtins | Allows Node.js modules to be required and used in Rollup builds | 138 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
oligot/rollup-plugin-nodent | Converts ES2017 async/await syntax to compatible format | 27 |
mjeanroy/rollup-plugin-bower-resolve | A plugin for Rollup that resolves dependencies using the Bower resolution algorithm. | 8 |
n370/rollup-plugin-geojson | Converts .geojson files to ES6 modules | 3 |
mprt-org/rollup-plugin-incremental | A plugin for Rollup that optimizes build performance by recompiling only changed modules during development. | 28 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
alex-kinokon/rollup-plugin-ignore | Prevents modules from being included in the output bundle of a JavaScript application | 26 |
developit/rollup-plugin-preserve-shebang | Automates preservation of executable shebangs in entry files for Rollup builds. | 48 |
bbc/node-radiodns | A Node.js library for resolving RadioDNS domains and lookups | 6 |
cebor/rollup-plugin-angular | Tool for inlining Angular 2 templates and styles into JavaScript bundles | 15 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
calvinmetcalf/rollup-plugin-node-globals | A plugin to polyfill Node.js globals in rolled-up applications | 89 |