UNPKG

@alleyinteractive/build-tool

Version:

An opinionated set of build configurations for wp-scripts

14 lines 598 B
import { Configuration } from 'webpack'; /** * webpack configuration. * * This webpack configuration is an extension of the default configuration * provided by @wordpress/scripts. Read the documentation for * extending the wp-scripts webpack configuration for more information. * * @see https://github.com/WordPress/gutenberg/tree/trunk/packages/scripts#extending-the-webpack-config * @see https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/config/webpack.config.js */ declare const config: Configuration; export default config; //# sourceMappingURL=webpack.config.d.ts.map