项目作者: rincedd
项目描述 :
Webpack const loader
高级语言: JavaScript
项目地址: git://github.com/rincedd/const-loader.git
const-loader
A webpack loader that ignores the requested resource contents and returns a const value instead.

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