= Webpack = '''Webpack''' is a module bundler for Node. <> ---- == Installation == Using `npm(1)`: {{{ npm install --save-dev webpack }}} Using `yarn(1)`: {{{ yarn add webpack --dev }}} ---- == Usage == ---- CategoryRicottone