UNPKG

itmar-block-packages

Version:

We have put together a package of common React components used for WordPress custom blocks.

11 lines (9 loc) 246 B
const defaultConfig = require("@wordpress/scripts/config/webpack.config"); // オリジナルをカスタマイズ module.exports = { ...defaultConfig, output: { ...defaultConfig.output, libraryTarget: "commonjs2", }, };