Skip to content

Helper function to define use rules for webpack configuration

License

Notifications You must be signed in to change notification settings

unlight/webpack-loader-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-loader-helper

Helper function to define use rules for webpack configuration

INSTALL

npm install --save-dev webpack-loader-helper

USAGE

import { loader } from 'webpack-loader-helper';
loader('css', { sourceMap: true }); // => { loader: 'css-loader', options: { sourceMap: true } }

API

loader(name: string, options?: any) => { loader: string, options: any}

CHANGELOG

See CHANGELOG

About

Helper function to define use rules for webpack configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published