JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 77617
  • Score
    100M100P100Q157419F

Forces webpack-dev-server to write bundle files to the file system.

Package Exports

  • write-file-webpack-plugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (write-file-webpack-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

write-file-webpack-plugin

NPM version js-canonical-style

Forces webpack-dev-server to write bundle files to the file system.

Install

npm install write-file-webpack-plugin --save-dev

Usage

import WriteFilePlugin from 'write-file-webpack-plugin';

export default {
    // ...
    plugins: [
        new WriteFilePlugin()
    ]
}