An open API service indexing awesome lists of open source software.

https://github.com/aduryagin/empty-function-loader

Webpack loader for replace code of file to empty function.
https://github.com/aduryagin/empty-function-loader

empty function function-loader loader webpack

Last synced: 4 months ago
JSON representation

Webpack loader for replace code of file to empty function.

Awesome Lists containing this project

README

          

# empty-function-loader

[![npm version](https://badge.fury.io/js/empty-function-loader.svg)](https://badge.fury.io/js/empty-function-loader)

Webpack loader for replace code of file to empty function.

## For what?

For example this needs for replace code of files with react components to empty functions for speedup babel transpiling.