UNPKG

287 BJavaScriptView Raw
1module.exports = function() {
2 throw new Error(
3 "It appears that you're using glslify in browserify without "
4 + "its transform applied. Make sure that you've set up glslify as a source transform: "
5 + "https://github.com/substack/node-browserify#browserifytransform"
6 )
7}