# write-webpack-plugin **Repository Path**: mirrors_LinusU/write-webpack-plugin ## Basic Information - **Project Name**: write-webpack-plugin - **Description**: Writes individual files to the build directory - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Write Webpack Plugin Writes individual files to the build directory. ## Installation ```sh npm install --save-dev write-webpack-plugin ``` ## Usage ```js const WriteWebpackPlugin = require('write-webpack-plugin') module.exports = { // ... plugins: [ new WriteWebpackPlugin([ { name: 'hello.txt', data: Buffer.from('Hello, World!') }, { name: 'icon.svg', data: Buffer.from('