项目作者: rincedd

项目描述 :
Webpack const loader
高级语言: JavaScript
项目地址: git://github.com/rincedd/const-loader.git
创建时间: 2017-03-09T16:26:56Z
项目社区:https://github.com/rincedd/const-loader

开源协议:MIT License

下载


const-loader

A webpack loader that ignores the requested resource contents and returns a const value instead.

Build Status

Usage

  1. const thing = require('const-loader?val=hello!some-module');
  2. console.log(thing); // => 'hello'