no learning curve Released in December 2017 Part of the alternatives to Webpack (apart from Browserify, Rollup, Fusebox) Performance focus - multicore compilation, filesystem cache for fast rebuilds.
no learning curve Released in December 2017 Part of the alternatives to Webpack (apart from Browserify, Rollup, Fusebox) Performance focus - multicore compilation, filesystem cache for fast rebuilds. Developer experience focus (friendly error logging & no-config HMR)
no learning curve Released in December 2017 Part of the alternatives to Webpack (apart from Browserify, Rollup, Fusebox) Performance focus - multicore compilation, filesystem cache for fast rebuilds. Developer experience focus (friendly error logging & no-config HMR) Provides API to customise and write your own bundler
index.html, JS, TS files JS, TS files Outputs Separate files for CSS, JavaScript bundle, images, etc. (Configurable) Inline by default (Configurable) Configuration dot files (package.json, .babelrc, .postcssrc) webpack.config.js + dot files Dev server Support out of the box with HMR webpack-dev-server with HMR
index.html, JS, TS files JS, TS files Outputs Separate files for CSS, JavaScript bundle, images, etc. (Configurable) Inline by default (Configurable) Configuration dot files (package.json, .babelrc, .postcssrc) webpack.config.js + dot files Dev server Support out of the box with HMR webpack-dev-server with HMR Compile time Multi-core. Compile code in parallel. Multi-thread and multi-core in webpack 4
index.html, JS, TS files JS, TS files Outputs Separate files for CSS, JavaScript bundle, images, etc. (Configurable) Inline by default (Configurable) Configuration dot files (package.json, .babelrc, .postcssrc) webpack.config.js + dot files Dev server Support out of the box with HMR webpack-dev-server with HMR Compile time Multi-core. Compile code in parallel. Multi-thread and multi-core in webpack 4 Caching Agressive FS caching mechanism Full-caching hasn’t been implemented yet.
index.html, JS, TS files JS, TS files Outputs Separate files for CSS, JavaScript bundle, images, etc. (Configurable) Inline by default (Configurable) Configuration dot files (package.json, .babelrc, .postcssrc) webpack.config.js + dot files Dev server Support out of the box with HMR webpack-dev-server with HMR Compile time Multi-core. Compile code in parallel. Multi-thread and multi-core in webpack 4 Caching Agressive FS caching mechanism Full-caching hasn’t been implemented yet. Plugins Only a handful of plugins Well supported community of plugins, loaders
index.html, JS, TS files JS, TS files Outputs Separate files for CSS, JavaScript bundle, images, etc. (Configurable) Inline by default (Configurable) Configuration dot files (package.json, .babelrc, .postcssrc) webpack.config.js + dot files Dev server Support out of the box with HMR webpack-dev-server with HMR Compile time Multi-core. Compile code in parallel. Multi-thread and multi-core in webpack 4 Caching Agressive FS caching mechanism Full-caching hasn’t been implemented yet. Plugins Only a handful of plugins Well supported community of plugins, loaders Code splitting Supported out of the box with zero-configuration using dynamic import() statement. Supported with entry points, CommonChunkPlugin or import() statement
better TS support https://github.com/fathyb/parcel-plugin-angular — Parcel plugin for Angular https://github.com/parcel-bundler/awesome-parcel — Awesome list of everything Parcel related Worth having a look at https://github.com/tensorflow/tfjs-examples - TensorFlowJS examples built with Parcel