output-loader

0.0.2 • Public • Published

output-loader

A Webpack loader that writes source to a file.

Installation

Install via NPM:

npm install output-loader --save-dev

Usage

Add output-loader as the last loader in the loader chain and specify a file path as a query option (the path should be relative to your project's root directory). You can even specify multiple output-loaders throughout the loader chain. Just never break the chain.

'output?path=build/css/michael-stipes-stylesheet.css!postcss!sass'

 

Created by Ian Kennington Walter.

Readme

Keywords

none

Package Sidebar

Install

npm i output-loader

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ianwalter