{"library":"symlink-webpack-plugin","type":"library","category":null,"description":"A Webpack plugin to create symbolic links for emitted files. Current stable version is 1.1.0 (released in 2022). The plugin runs after Webpack's emit phase (by default) to create symlinks from one built file to another. It supports array configuration for multiple symlinks, a force option to create missing directories, and a hook option to specify the exact compiler hook (e.g., entryOption). Designed for static site deployments where a single-file router (like index.html) must also appear under a different name (e.g., 200.html). Works with Webpack 4 and 5. Maintained but low churn.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","webpack","plugin","symlink"],"last_verified":"Wed May 27","install":[{"cmd":"npm install symlink-webpack-plugin","imports":["const SymlinkWebpackPlugin = require('symlink-webpack-plugin');","plugins: [new SymlinkWebpackPlugin({ origin: 'index.html', symlink: '200.html' })]","const SymlinkWebpackPlugin = require('symlink-webpack-plugin');"]},{"cmd":"yarn add symlink-webpack-plugin","imports":[]},{"cmd":"pnpm add symlink-webpack-plugin","imports":[]}],"homepage":null,"github":"https://github.com/hmsk/symlink-webpack-plugin","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/symlink-webpack-plugin","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/symlink-webpack-plugin/compatibility"}}