@luchillo17 wrote:
I'm trying to understand the bundle system that uses ionic, as i can figure out it uses
awesome-typescript-loaderinside webpack to transpile the code to ES5, but there are a lot of options there that i don't understand:
- The
entrykey in the exports is for requiring the dependencies fromnode_modulesand the entry point in the app? am i right or does it do anything else?- The
resolvepart is for setting some aliases to shorten some requires but what's theextensionpart inside it?- The
modulethat contains thenoParseandloaderspart is the most weird, doesnoParsemeans that ones doesn't get transpiled? why's there 2 loaders for js? because the firs one is for the app and the second one is for the angular dependencies?- When comparing to the Getting started part of the github page for the
awesome-typescript-loadermodule the config options were smaller, what's the reason for all that options?I'm lost here, is there someone so kind to show me the path to ilumination?
Posts: 1
Participants: 1