react-redux-typescript-jspm-starter icon indicating copy to clipboard operation
react-redux-typescript-jspm-starter copied to clipboard

Improve docs about differences with Webpack

Open piotrwitek opened this issue 7 years ago • 1 comments

Add section in docs about differences of this workflow compared to Webpack.

Module Bundler vs. ES Module Loader for Browsers

piotrwitek avatar Feb 07 '17 20:02 piotrwitek

JSPM with SystemJS aims to enable the workflow to load ES modules directly by the browser with "ES Modules" support (without the bundling process), or falling back to a SystemJS loader in browsers without such support.

piotrwitek avatar Feb 07 '17 20:02 piotrwitek