Famous / engine

MIT License
1.75k stars 250 forks source link

Engine in Webpack #481

Open trusktr opened 8 years ago

trusktr commented 8 years ago

(Discussion, don't merge)

This PR makes Engine work in Webpack, but breaks browserify support.

The solution will be to keep the current syntax (not the one shown in this PR), then use Webpack's transform-loader to apply the glslify transform to files in Webpack builds, but that won't work until the following issue is solved: https://github.com/webpack/webpack/issues/1373

cc: @talves