Skip to content

Commit

Permalink
chore(webpack): "ignore" canvas
Browse files Browse the repository at this point in the history
Ignore webpack in the build since we rely on Browser side Canvas.
  • Loading branch information
rgbkrk committed Nov 6, 2016
1 parent 53d028b commit ab0b73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const nodeModules = {
zmq: 'commonjs zmq',
jmp: 'commonjs jmp',
github: 'commonjs github',
canvas: 'commonjs canvas',
};

module.exports = {
Expand Down

0 comments on commit ab0b73b

Please sign in to comment.