Webpack driver
Provides Webpack support by dynamically generating a
webpack.config.js
config file.
#
Requirements- Webpack ^4.0.0 || ^5.0.0
#
InstallationIn your configuration module, install the driver, Webpack, and any loaders or plugins.
- Yarn
- NPM
Create a file at configs/webpack.ts
(or js
) in which to house your Webpack configuration.
configs/webpack.ts
#
IntegrationIn your consuming project, enable the driver by adding webpack
to your drivers
config.
.config/beemo.ts